T2965
Since this app is run on a server with systemctl, we do not need timestamps in logging (already provided by server). Patch bug in log.js where trying to log('someVariable', <someVariable>) would display nothing if <someVariable> === 0 or false
Differential D13345
[alias-server] Patch bug in log.js Authored by bytesofman on Mar 15 2023, 23:33. Tags None Subscribers None
Details
T2965 Since this app is run on a server with systemctl, we do not need timestamps in logging (already provided by server). Patch bug in log.js where trying to log('someVariable', <someVariable>) would display nothing if <someVariable> === 0 or false node index.js and no timestamps.
Diff Detail
|