Enabling detailed errors logging
Enabling advanced logging options
<Log>
<!-- Size parameter defines the maximum size of the AppServerX.log file in kilobytes. If the maximum size is reached, a new log file will be created and the previous one will be saved with appropriate time stamp (log rotation). -->
<Size>10000</Size>
<!-- Log prioritization level. Possible values (from the highest priority to the lowest): none, fatal, critical, error, warning, notice, information, debug, trace. The default is "information" -->
<PrioritizationLevel>information</PrioritizationLevel>
<!-- Possible values: all or general, threadpool, licensing, failsafe, selector, responder or values delimited by comma(,).
The default is "all" -->
<Subsystems>all</Subsystems>
</Log>Last updated
Was this helpful?