Skip to content

Commit

Permalink
Update configuration.html
Browse files Browse the repository at this point in the history
small typo
  • Loading branch information
cloojure authored and ceki committed Aug 31, 2019
1 parent d165f50 commit a54c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback-site/src/site/pages/manual/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ <h3 class="doAnchor" name="configFileProperty">Specifying the
public static void main(String args[]) throws IOException, InterruptedException {
// must be set before the first call to LoggerFactory.getLogger();
// ContextInitializer.CONFIG_FILE_PROPERTY is set to "logback.configurationFile"
System.setProperty(ContextInitializer.CONFIG_FILE_PROPERTY, /path/to/config.xml);
System.setProperty(ContextInitializer.CONFIG_FILE_PROPERTY, "/path/to/config.xml");
...
}
}</pre>
Expand Down

0 comments on commit a54c6c1

Please sign in to comment.