Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr authored Jul 15, 2019
1 parent 79febff commit 5a95615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def fatal!; self.level = FATAL; end
# +datetime_format+::
# Date and time format. Default value is '%Y-%m-%d %H:%M:%S'.
# +binmode+::
# Use binany mode on the log device. Defaul value is false.
# Use binany mode on the log device. Default value is false.
# +shift_period_suffix+::
# The log file suffix format for +daily+, +weekly+ or +monthly+ rotation.
# Default is '%Y%m%d'.
Expand Down

0 comments on commit 5a95615

Please sign in to comment.