-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Line 104 in c601ed0
# "%s, [%s #%d] %5s -- %s: %s\n" |
# "%s, [%s #%d] %5s -- %s: %s\n"
#
# where the values to be formatted are:
#
# - \Severity (one letter). %s
# - Timestamp. %s
# - Timezone. %d (this one is actually process id)
# - \Severity (word). %5s
# - Program name. %s
# - Message. %s
ref:
logger/lib/logger/formatter.rb
Line 16 in c601ed0
Format % [severity[0, 1], format_datetime(time), Process.pid, severity, progname, |
Metadata
Metadata
Assignees
Labels
No labels