Page MenuHomePhabricator

[alias-server] Patch bug in log.js
ClosedPublic

Authored by bytesofman on Mar 15 2023, 23:33.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC612173d4b406: [alias-server] Patch bug in log.js
Summary

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

Test Plan

node index.js and no timestamps.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
log-fix
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22473
Build 44571: Build Diff
Build 44570: arc lint + arc unit