mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
Log progname
as empty string if nil
.
This commit is contained in:
parent
c1926e6dd2
commit
96a414d0a5
|
@ -5,7 +5,7 @@ class UnicornJSONLogFormatter < Logger::Formatter
|
|||
default = {
|
||||
severity: severity,
|
||||
datetime: datetime,
|
||||
progname: progname,
|
||||
progname: progname || '',
|
||||
pid: $$,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user