Created
July 15, 2016 12:01
-
-
Save Rudge/2c333e889b7066fbc026fe50a359c43a to your computer and use it in GitHub Desktop.
Revisions
-
Rudge created this gist
Jul 15, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ LoggerContext context = (LoggerContext) LoggerFactory.getILoggerFactory(); context.reset(); JoranConfigurator configurator = new JoranConfigurator(); configurator.setContext(context); configurator.doConfigure(new FileInputStream(new File(env.getProperty("logging.path"))));