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
This commit is contained in:
Vadim Yanitskiy 2020-04-17 01:03:56 +07:00
parent fef7b5173d
commit 0d72300779
1 changed files with 1 additions and 1 deletions

View File

@ -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