diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-04-14 16:56:52 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-04-14 17:11:21 +0200 |
commit | bc4257867b56f31719b2cbf75f4c9a5d09265f45 (patch) | |
tree | 2d25d168cc591919b6d5f86f1227ae14ecb6f3c7 /doc | |
parent | acb914d54b00f1102f4b849ff0babc4b644a811f (diff) |
osmo-stp: Remove hack to always enable debug logging
... and rather use the config file based logging configuration, like
other osmocom programs, too.
Change-Id: I7e0fb869bd778d8c276dc8afd16ecd7f1965b74a
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/osmo-stp.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/osmo-stp.cfg b/doc/examples/osmo-stp.cfg index 45a822b..960bf33 100644 --- a/doc/examples/osmo-stp.cfg +++ b/doc/examples/osmo-stp.cfg @@ -2,6 +2,15 @@ ! osmo-stp (0.0.6.3.179-b248) configuration saved from vty !! ! +log stderr + logging filter all 1 + logging color 1 + logging print category 1 + logging timestamp 0 + logging level lss7 debug + logging level lsccp debug + logging level lsua debug + logging level lm3ua debug line vty no login ! |