summaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-10 20:58:52 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-09-13 15:46:55 +0000
commit7e0686c6b4b456ec4e6e15689694b1bcf96c301f (patch)
tree10d4b6be1e8314d9acd022d953997fafca43bdf0 /src/logging.c
parentba0762d6cbcb8204212d28261e71b57bbc9ba5bc (diff)
logging vty: deprecate the 'everything' keyword
The 'logging level all everything' has not had an effect for some time now. The plan is to bring back its old functionality, but to keep it deprecated and rather define a less confusing name. * Deprecate 'everything'. * Do not write 'everything' during 'write file' or 'show running-config', which we curiously still do until now. BTW, the reason why we need to compose a complete list of categories for the deprecated 'everything' command is explained in detail in the commit log for I3b083f27e3d751ccec258880ae7676e9af959a63 Change-Id: Ib75fedb0572570a61bb34ee729a2af86cf5f16da
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/logging.c b/src/logging.c
index 7c2d61ff..67470a5d 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -64,7 +64,6 @@ void *tall_log_ctx = NULL;
LLIST_HEAD(osmo_log_target_list);
static const struct value_string loglevel_strs[] = {
- { 0, "EVERYTHING" },
{ LOGL_DEBUG, "DEBUG" },
{ LOGL_INFO, "INFO" },
{ LOGL_NOTICE, "NOTICE" },