Excerpt | ||
---|---|---|
| ||
WRITERS: The information on 'logging' was added to Carbon docs as a result of the following FAQ:/wiki/spaces/FAQ/pages/37781568. If you make changes to the content here, be sure to update it there as well. |
Logging is one of the most important aspects of a production-grade server. A properly configured logging system is vital for identifying errors, security threats and usage patterns. All WSO2 products are shipped with the log4j logging capabilities, which generates administrative activities and server side logs. The log4j.properties
file, which governs how logging is performed by the server can be found in the <PRODUCT_HOME>/repository/conf
directory.
...