Fix daemon logging system

This commit is contained in:
Guillaume Nodet
2020-12-09 14:57:16 +01:00
parent b6a1f40b1b
commit 3b13c88c02
3 changed files with 5 additions and 3 deletions

View File

@@ -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