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