Created
March 18, 2024 18:58
-
-
Save jdwyah/de23e3170079fec338798b1c01b7da33 to your computer and use it in GitHub Desktop.
This file contains 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 characters
SemanticLogger.sync! | |
SemanticLogger.default_level = :trace # Prefab will take over the filtering | |
SemanticLogger.clear_appenders! | |
SemanticLogger.add_appender( | |
io: $stdout, | |
formatter: Rails.env.development? ? :color : :json, | |
filter: Prefab.log_filter | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment