Solved
audit_target does not work
- October 8, 2020
- 2 replies
- 1261 views
Hi,
My logger setting in config file is
"logger": {
"level": "DEBUG",
"audit_target": "r:/_tw_logs/audit.log",
"publish_directory": "r:/_tw_logs/",
"publish_level": "DEBUG",
"max_file_storage": "20000000",
"auto_flush": true
},
The audit.log does not have the same content as wsems_log1.log while they have the same log level. Is there any way to configure 2 different log files for AUDIT and DEBUG level?
My Bests,
Hung Tran

