FR/FRNET: Reduce console log verbosity

When doing load simulatin, the amount of console printing becomes a
serious throttle factor.  We don't need to see the decode of every
message.

Change-Id: Ic988d1e1d60c9d03d5b70e9b38f109b47569b89e
This commit is contained in:
Harald Welte 2020-11-12 21:49:02 +01:00 committed by laforge
parent 8f66af1665
commit 088df5769d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[LOGGING]
#*.FileMask := LOG_ALL
ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | DEBUG_ENCDEC | USER
ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | USER
[MODULE_PARAMETERS]

View File

@ -4,7 +4,7 @@
[LOGGING]
#*.FileMask := LOG_ALL
ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | DEBUG_ENCDEC | USER
ConsoleMask := ERROR | WARNING | TESTCASE | TIMEROP_START | USER
[MODULE_PARAMETERS]