mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-27 16:08:21 +00:00
Fix daemon logging system
This commit is contained in:
@@ -60,7 +60,9 @@ public enum Environment {
|
||||
/**
|
||||
* The location of the Logback configuration file the daemon should use to configure its logging.
|
||||
*/
|
||||
LOGBACK_CONFIGURATION_FILE("logback.configurationFile", null, null, OptionType.PATH, Flags.NONE),
|
||||
MVND_LOGBACK("mvnd.logback", null, null, OptionType.PATH, Flags.NONE),
|
||||
/** The system property expected by logback to set the configuration file */
|
||||
LOGBACK_CONFIGURATION_FILE("logback.configurationFile", null, null, OptionType.PATH, Flags.INTERNAL),
|
||||
|
||||
//
|
||||
// System properties
|
||||
|
Reference in New Issue
Block a user