Skip to content

Commit

Permalink
update log configs
Browse files Browse the repository at this point in the history
  • Loading branch information
eartser committed Sep 13, 2023
1 parent ddee839 commit fd52c60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions code-submissions-clustering-core/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{0} - %msg%n</pattern>
</encoder>
</appender>

<root level="OFF">
<appender-ref ref="STDOUT" />
</root>

<logger name="org.jetbrains.research.code.submissions.clustering" level="WARN" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<appender-ref ref="FILE" />
</root>

<logger name="org.jetbrains.research.code.submissions.clustering" level="INFO" />
<logger name="org.jetbrains.research.code.submissions.clustering" level="WARN" />

<logger name="TransformationsStatsLogger" level="ALL" additivity="false">
<appender-ref ref="STATS_FILE" />
Expand Down

0 comments on commit fd52c60

Please sign in to comment.