laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36103?usp=email )
Change subject: sgsn: osmo-*.cfg: tune logging configuration ......................................................................
sgsn: osmo-*.cfg: tune logging configuration
Change-Id: I2f2cc69a481709e862d569b0298561b61506dfa7 --- M sgsn/osmo-sgsn.cfg M sgsn/osmo-sgsn.sns.cfg M sgsn/osmo-stp.cfg 3 files changed, 24 insertions(+), 14 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/sgsn/osmo-sgsn.cfg b/sgsn/osmo-sgsn.cfg index b446f87..4a5f236 100644 --- a/sgsn/osmo-sgsn.cfg +++ b/sgsn/osmo-sgsn.cfg @@ -8,12 +8,12 @@ ! log stderr logging filter all 1 - logging color 1 - logging print category 1 - logging print category-hex 0 - logging timestamp 1 logging print extended-timestamp 1 - logging print file 1 + logging print file basename last + logging print category-hex 0 + logging print category 1 + logging print level 1 + logging color 1 logging level mm debug logging level pag notice logging level meas notice diff --git a/sgsn/osmo-sgsn.sns.cfg b/sgsn/osmo-sgsn.sns.cfg index 5d09b1b..327535e 100644 --- a/sgsn/osmo-sgsn.sns.cfg +++ b/sgsn/osmo-sgsn.sns.cfg @@ -8,12 +8,12 @@ ! log stderr logging filter all 1 - logging color 1 - logging print category 1 - logging print category-hex 0 - logging timestamp 1 logging print extended-timestamp 1 - logging print file 1 + logging print file basename last + logging print category-hex 0 + logging print category 1 + logging print level 1 + logging color 1 logging level mm debug logging level pag notice logging level meas notice diff --git a/sgsn/osmo-stp.cfg b/sgsn/osmo-stp.cfg index 7823f2a..23c4e8f 100644 --- a/sgsn/osmo-stp.cfg +++ b/sgsn/osmo-stp.cfg @@ -7,12 +7,13 @@ logging filter all 1 ! log stderr - logging color 1 logging filter all 1 - logging print level 1 - logging print category 1 - logging timestamp 1 logging print extended-timestamp 1 + logging print file basename last + logging print category-hex 0 + logging print category 1 + logging print level 1 + logging color 1 logging level lglobal notice logging level llapd notice logging level linp notice