]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.logback.configuration/logback.xml
Change logback.xml ROOT log level to INFO and org.simantics* to DEBUG
[simantics/platform.git] / bundles / org.simantics.logback.configuration / logback.xml
index 38dc39338a145cb16843fea43281f11c207f57e9..0ff716fc993dd3a82b5c2a6b3815fa3a28169224 100644 (file)
     <appender-ref ref="console" />
   </appender>
 
-  <root level="debug">
+  <logger name="org.simantics" level="debug" additivity="false">
+    <appender-ref ref="async-console" />
+  </logger>
+
+  <root level="info">
     <appender-ref ref="async-console" />
   </root>
 </configuration>
\ No newline at end of file