Navigation Menu

Skip to content

Commit

Permalink
Make the default log level WARN
Browse files Browse the repository at this point in the history
Because server engine is too verbose for INFO...
  • Loading branch information
kou committed Apr 21, 2014
1 parent 0221b06 commit ab2d1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/logger.rb
Expand Up @@ -50,7 +50,7 @@ def label(level)
end

def default
INFO
WARN
end

def default_label
Expand Down

0 comments on commit ab2d1d9

Please sign in to comment.