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: Ic988d1e1d60c9d03d5b70e9b38f109b47569b89echanges/32/21132/2
parent
8f66af1665
commit
088df5769d
|
@ -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue