Page MenuHomePhabricator

Always install JX.log, even in production
ClosedPublic

Authored by epriestley on Aug 1 2014, 1:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 24, 7:17 AM
Unknown Object (File)
Thu, Jan 23, 8:07 PM
Unknown Object (File)
Thu, Jan 23, 2:46 PM
Unknown Object (File)
Thu, Jan 23, 2:46 PM
Unknown Object (File)
Thu, Jan 23, 2:46 PM
Unknown Object (File)
Thu, Jan 23, 2:46 PM
Unknown Object (File)
Fri, Jan 17, 2:13 AM
Unknown Object (File)
Sun, Jan 12, 12:25 AM
Subscribers
Tokens
"Manufacturing Defect?" token, awarded by joshuaspence.

Details

Summary

Ref T5366. Currently, enabling notification.debug fails to produce any messages unless developer mode is also enabled.

There's no reason we need to disable JX.log in production, and the byte size of the method is very small. Always provide a real JX.log implementation.

Test Plan

Saw notification debugging without needing to enable developer mode.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Always install JX.log, even in production.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
hach-que edited edge metadata.
This revision is now accepted and ready to land.Aug 1 2014, 1:34 AM
epriestley updated this revision to Diff 24302.

Closed by commit rP5cd269609d2b (authored by @epriestley).