mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:44:39 +08:00
Fix the build.
This commit is contained in:
@ -4,7 +4,7 @@ class UnicornJSONLogFormatter < Logger::Formatter
|
||||
def call(severity, datetime, progname, message)
|
||||
default = {
|
||||
severity: severity,
|
||||
datetime: DateTime.parse(datetime).to_s,
|
||||
datetime: DateTime.parse(datetime.to_s).to_s,
|
||||
progname: progname || '',
|
||||
pid: $$,
|
||||
}
|
||||
|
Reference in New Issue
Block a user