I have a log Mysite.log
Is possible to automatically separate in Mysite.error.log, Mysite.debug.log, Mysite.warning.log? Depending of TraceEventType?
|
|
I have a log Mysite.log Is possible to automatically separate in Mysite.error.log, Mysite.debug.log, Mysite.warning.log? Depending of TraceEventType?
|
||
|
|
|
We do it like this:
Where category in your case would be Errors, debug or warning. Then in your config file for Errors:
You need to do this for each category |
||
|
|
|
|
You can implement filters for this purpose or alternatively write them using different appenders. |
||
|
|