[# - Timezone.](https://github.com/ruby/logger/blob/c601ed0370da6e509726cbabb22aaeaffeb3f477/lib/logger.rb#L110) https://github.com/ruby/logger/blob/c601ed0370da6e509726cbabb22aaeaffeb3f477/lib/logger.rb#L104 ``` # "%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: https://github.com/ruby/logger/blob/c601ed0370da6e509726cbabb22aaeaffeb3f477/lib/logger/formatter.rb#L16
# - Timezone.
logger/lib/logger.rb
Line 104 in c601ed0
ref:
logger/lib/logger/formatter.rb
Line 16 in c601ed0