We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c140d commit e69ed4dCopy full SHA for e69ed4d
logback-classic/src/main/java/ch/qos/logback/classic/ClassicConstants.java
@@ -25,10 +25,10 @@ public class ClassicConstants {
25
public static final String CONFIG_FILE_PROPERTY = "logback.configurationFile";
26
27
/**
28
- * property name for the model file used for configuration
+ * property name designating the path for the serialized configuration model file
29
* @since 1.3.9/1.4.9
30
*/
31
- public static final String MODEL_CONFIG_FILE_PROPERTY = "logback.serializedModelFilew";
+ public static final String MODEL_CONFIG_FILE_PROPERTY = "logback.scmoFile";
32
33
public static final String JNDI_CONFIGURATION_RESOURCE = JNDI_JAVA_NAMESPACE
34
+ "comp/env/logback/configuration-resource";
0 commit comments