You can change the log level of a CA Service Catalog service for various reasons. For example, you can set the log level to a higher level to investigate a problem or question. After you are finished investigating, you can reduce the log level for efficiency reasons.
Follow these steps:
<root>
<priority value="log-level" />
<appender-ref ref="accounting" />
<!-- appender-ref ref="console" /-->
</root>
Logs only errors that shut down a CA Service Catalog component. This log level typically provides the least detail. It also requires the least amount of disk space for rolled-over log files and therefore the least maintenance.
Logs all of the messages from the previous level, plus failed actions. For example, a user submitted a request, but the system did not present the request for approval.
Logs all of the messages from the previous levels, plus warning messages; for example, a user creates a service with a nonunique name.
Logs all of the messages from the previous levels, plus messages that are informational only. An example is the total number of open database connections.
Logs all of the messages from the previous levels, plus more detailed messages intended to help troubleshoot a problem. For example, debug messages can include every step of a multiple-step process.
Logs every action and displays the final XML. This level includes all of the messages from the previous levels, plus many more.
This log level typically provides the most detail. It also requires the most amount of disk space for rolled-over log files and therefore the most maintenance.
Important! Do not make any other changes to any log4j file, unless instruction to do so by CA Technical Support!
|
Copyright © 2013 CA.
All rights reserved.
|
|