Server settings in log4net.config: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
(Created page with "QPR ProcessAnalyzer uses the log4net component (https://logging.apache.org/log4net/) for logging, allowing to flexibly define what is logged and where the logs are stored. For example, the following settings can be set in the '''log4net.config''' file (located in the '''bin''' folder in the server application files): * log4net > appender > '''maximumFileSize''': Maximum size of the log file. When the maximum size is reached, the log writing continues in a new file, and t...")
 
(No difference)

Latest revision as of 15:41, 22 November 2025

QPR ProcessAnalyzer uses the log4net component (https://logging.apache.org/log4net/) for logging, allowing to flexibly define what is logged and where the logs are stored. For example, the following settings can be set in the log4net.config file (located in the bin folder in the server application files):