diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-02-18 20:37:04 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-02-18 20:37:04 +0100 |
commit | 2822296ddb22389c5b4e9b8fb6ef7c906ff99314 (patch) | |
tree | 5a05ad56e7ac5730bb98d12eef4aa527e4c7d0d9 /include/osmocom/vty | |
parent | 46cfd77f7521ad53934e1e42057723b4cd52d241 (diff) |
LOGGING: configure logging from the vty
We can now configure logging to (multiple) files, stderr and syslog
from the vty command line in a persistent way (config file)
Diffstat (limited to 'include/osmocom/vty')
-rw-r--r-- | include/osmocom/vty/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 69e9e772..caf04142 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -70,6 +70,7 @@ enum node_type { CONFIG_NODE, /* Config node. Default mode of config file. */ SERVICE_NODE, /* Service node. */ DEBUG_NODE, /* Debug node. */ + CFG_LOG_NODE, /* Configure the logging */ VTY_NODE, /* Vty node. */ |