Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spark/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</appender>
<logger name="ai.chronon" level="INFO" />

<root level="INFO">
<root level="ERROR">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @nikhil-zlai | @piyush-zlai changing this to ERROR should silence any logs below this severity by default. Classes in the ai.chronon namespace will follow INFO level logging.

<appender-ref ref="CONSOLE"/>
</root>
</configuration>
</configuration>