Skip to content

Commit

Permalink
fix typo in property name
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jul 26, 2023
1 parent 6cbb316 commit f4fe391
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public class ClassicConstants {
public static final String CONFIG_FILE_PROPERTY = "logback.configurationFile";

/**
* property name for the model file used for configuration
* property name designating the path for the serialized configuration model file
* @since 1.3.9/1.4.9
*/
public static final String MODEL_CONFIG_FILE_PROPERTY = "logback.serializedModelFilew";
public static final String MODEL_CONFIG_FILE_PROPERTY = "logback.scmoFile";

public static final String JNDI_CONFIGURATION_RESOURCE = JNDI_JAVA_NAMESPACE
+ "comp/env/logback/configuration-resource";
Expand Down

0 comments on commit f4fe391

Please sign in to comment.