From 0d723007796af26f99f242ef35495a46436024ab Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 17 Apr 2020 01:03:56 +0700 Subject: 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 --- common/chapters/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3