Project Alternative log4j Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:


The API to support alternative logging configuration is available in [[Novaordis-utilities|novaordis-utilities]] 4.7.8 or newer, and consists in a collection of static utilities [https://github.com/NovaOrdis/novaordis-utilities/blob/master/src/main/java/io/novaordis/utilities/logging/AlternativeLoggingConfiguration.java AlternativeLoggingConfiguration], the [https://github.com/NovaOrdis/novaordis-utilities/blob/master/src/main/java/io/novaordis/utilities/logging/LoggingConfiguration.java LoggingConfiguration] interface and other support classes.
The API to support alternative logging configuration is available in [[Novaordis-utilities|novaordis-utilities]] 4.7.8 or newer, and consists in a collection of static utilities [https://github.com/NovaOrdis/novaordis-utilities/blob/master/src/main/java/io/novaordis/utilities/logging/AlternativeLoggingConfiguration.java AlternativeLoggingConfiguration], the [https://github.com/NovaOrdis/novaordis-utilities/blob/master/src/main/java/io/novaordis/utilities/logging/LoggingConfiguration.java LoggingConfiguration] interface and other support classes.
=YAML Support=
logging:
  file:

Revision as of 16:37, 23 July 2017

Internal

Overview

A pattern that consists in applying alternative log4j configuration for applications that run in background. The application rely on a base log4j configuration file, usually shipped as part of the application's installation bundle, but it can change its logging behavior based on logging configuration present in the application's configuration file. Configuration that comes from the application's configuration file takes priority over configuration stored in log4j.xml.

For command-line utilities that run in foreground and want to route their all log4j logging information to stderr if -v or --verbose command line options are used, see:

Project log4j Debugging on --verbose

log4j Debugging on --verbose and alternative log4j configuration can be combined, where --verbose flag applies until the configuration file is parsed and the new logging configuration is installed.

API

The API to support alternative logging configuration is available in novaordis-utilities 4.7.8 or newer, and consists in a collection of static utilities AlternativeLoggingConfiguration, the LoggingConfiguration interface and other support classes.

YAML Support

logging:
  file: