Solution: If extended or specific logs are required, in that case we can change the logging levels for QPP Web Client and QPP Server. Below are the available options and their usability.
- ERROR = includes messages that indicate disrupted and failed requests.
- INFO = includes messages that indicate the state of services.
- WARN = includes non-critical service error messages.
- DEBUG = includes messages that indicate server resource usage.
- SQL_TRACE = includes messages according to activity related to SQL requests.
- TRACE = includes messages according to activity related to requests.
- Open the "log4j.xml" file in the {QPP Server}/conf folder.
- To define the logging level for QPP Web Client activity, scroll to <logger name=com.quark.qpp.web.webeditor. The structure is as follows:
- To define the logging level for QPP Server activity, scroll to <logger name=com.quark.qpp. The structure is as follows:
- To define the logging level for other activity, scroll to the "<root>." The structure is as follows:
- Save and close "log4j.xml."
Priyanka Bhotika
Comments