lib/semantic_logger/formatters/base.rb in semantic_logger-4.12.0 vs lib/semantic_logger/formatters/base.rb in semantic_logger-4.13.0
- old
+ new
@@ -21,10 +21,9 @@
# Parameters
# time_format: [String|Symbol|nil]
# See Time#strftime for the format of this string.
# :iso_8601 Outputs an ISO8601 Formatted timestamp.
# :ms Output in miliseconds since epoch.
- # nil: Returns Empty string for time ( no time is output ).
# Default: '%Y-%m-%d %H:%M:%S.%<precision>N'
# log_host: [Boolean]
# Whether or not to include hostname in logs
# Default: true
# log_application: [Boolean]