mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 15:15:44 +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…
x
Reference in New Issue
Block a user