laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/35199?usp=email )
Change subject: Use uniform log format for default config files ......................................................................
Use uniform log format for default config files
Related: OS#6272 Change-Id: If9466e925a405d35deed2e81f25a0a1677de0f3c --- M doc/examples/osmo-trx-ipc/osmo-trx-ipc.cfg M doc/examples/osmo-trx-lms/osmo-trx-limesdr.cfg M doc/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg M doc/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg M doc/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg 5 files changed, 30 insertions(+), 10 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/doc/examples/osmo-trx-ipc/osmo-trx-ipc.cfg b/doc/examples/osmo-trx-ipc/osmo-trx-ipc.cfg index e3047c0..d66f09a 100644 --- a/doc/examples/osmo-trx-ipc/osmo-trx-ipc.cfg +++ b/doc/examples/osmo-trx-ipc/osmo-trx-ipc.cfg @@ -1,9 +1,11 @@ log stderr logging filter all 1 logging color 1 + logging print category-hex 0 logging print category 1 - logging timestamp 1 - logging print file basename + logging timestamp 0 + logging print file basename last + logging print level 1 logging level set-all notice ! line vty diff --git a/doc/examples/osmo-trx-lms/osmo-trx-limesdr.cfg b/doc/examples/osmo-trx-lms/osmo-trx-limesdr.cfg index ae55efe..8989565 100644 --- a/doc/examples/osmo-trx-lms/osmo-trx-limesdr.cfg +++ b/doc/examples/osmo-trx-lms/osmo-trx-limesdr.cfg @@ -1,9 +1,11 @@ log stderr logging filter all 1 logging color 1 + logging print category-hex 0 logging print category 1 - logging timestamp 1 - logging print file basename + logging timestamp 0 + logging print file basename last + logging print level 1 logging level set-all notice ! line vty diff --git a/doc/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg b/doc/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg index ae55efe..8989565 100644 --- a/doc/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg +++ b/doc/examples/osmo-trx-uhd/osmo-trx-limesdr.cfg @@ -1,9 +1,11 @@ log stderr logging filter all 1 logging color 1 + logging print category-hex 0 logging print category 1 - logging timestamp 1 - logging print file basename + logging timestamp 0 + logging print file basename last + logging print level 1 logging level set-all notice ! line vty diff --git a/doc/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg b/doc/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg index 1468e93..6af7844 100644 --- a/doc/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg +++ b/doc/examples/osmo-trx-uhd/osmo-trx-umtrx.cfg @@ -1,9 +1,11 @@ log stderr logging filter all 1 logging color 1 + logging print category-hex 0 logging print category 1 - logging timestamp 1 - logging print file basename + logging timestamp 0 + logging print file basename last + logging print level 1 logging level set-all notice ! line vty diff --git a/doc/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg b/doc/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg index 9eeb395..87aed57 100644 --- a/doc/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg +++ b/doc/examples/osmo-trx-uhd/osmo-trx-usrp_b200.cfg @@ -1,9 +1,11 @@ log stderr logging filter all 1 logging color 1 + logging print category-hex 0 logging print category 1 - logging timestamp 1 - logging print file basename + logging timestamp 0 + logging print file basename last + logging print level 1 logging level set-all notice ! line vty