mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Log progname as empty string if nil.
This commit is contained in:
@@ -5,7 +5,7 @@ class UnicornJSONLogFormatter < Logger::Formatter
|
||||
default = {
|
||||
severity: severity,
|
||||
datetime: datetime,
|
||||
progname: progname,
|
||||
progname: progname || '',
|
||||
pid: $$,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user