]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Remove unnecessary logback logger definition 97/2497/1
authorjsimomaa <jani.simomaa@gmail.com>
Mon, 26 Nov 2018 20:11:19 +0000 (22:11 +0200)
committerjsimomaa <jani.simomaa@gmail.com>
Mon, 26 Nov 2018 20:11:19 +0000 (22:11 +0200)
org.simantics logger is basically identical with the root logger what
comes to configuration. This specific logger can be removed to keep the
configuration clear and simple.

Also, this makes it more complicated to programmatically modify loggers
as both the root logger and org.simantics logger has to be
programmatically configured

gitlab #216

Change-Id: I8e27ea03ad3c5b6f2654edf0a7d863319e06bfa7

bundles/org.simantics.logback.configuration/logback.xml

index 41d963a32acf9b693fe48448db727c1e6fb00609..4c664bf3e0ceba4a773ee937f103535cc3f463ac 100644 (file)
     <appender-ref ref="file" />
   </appender>
 
-  <logger name="org.simantics" level="info" additivity="false">
-    <appender-ref ref="async-console" />
-    <appender-ref ref="async-file" />
-  </logger>
-
   <root level="info">
     <appender-ref ref="async-console" />
     <appender-ref ref="async-file" />