Skip to content

Commit

Permalink
Set logger to use env LOG_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Aug 7, 2019
1 parent 9bf0114 commit 16dc774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marionette/logger.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "strange/formatter/color_formatter"

module Marionette
module Logger
class_property logger = Strange.new(Strange::DEBUG, transports: [
class_property logger = Strange.new("env", transports: [
Strange::ConsoleTransport.new(formatter: Formatter.new).as(Strange::Transport),
])

Expand Down

0 comments on commit 16dc774

Please sign in to comment.