aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-04-17 01:03:56 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-04-17 01:05:44 +0700
commit0d723007796af26f99f242ef35495a46436024ab (patch)
tree41907646e06cd9cb1f9d69596171d633a286bd57
parentfef7b5173d18b203c6efd4853c054df00a216ff8 (diff)
logging: fix section 6.5.3: logging level s/all/force-all/ fatal
The special 'all' keyword has been deprecated a long time ago due to its ambiguity, and replaced by 'force-all'. Change-Id: I759d96716e964d499c0724d481b2f3e5062fb052
-rw-r--r--common/chapters/logging.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/chapters/logging.adoc b/common/chapters/logging.adoc
index 927c498..11ec774 100644
--- a/common/chapters/logging.adoc
+++ b/common/chapters/logging.adoc
@@ -227,7 +227,7 @@ initialized automatically. To descrease stderr logging to absolute minimum, you
OsmoBSC> enable
OsmoBSC# configure terminal
OsmoBSC(config)# log stderr
-OsmoBSC(config-log)# logging level all fatal
+OsmoBSC(config-log)# logging level force-all fatal
----
==== Logging to a file