-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: write logs to separate file #230
Conversation
@callmehiphop Yeah... so 2 things there.
Thank you for digging into this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once comment is addressed.
system-test/logging.js
Outdated
@@ -281,7 +281,7 @@ describe('Logging', () => { | |||
}); | |||
|
|||
describe('logs', () => { | |||
const log = logging.log('syslog'); | |||
const log = logging.log('systestlog'); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #230 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 369 369
=====================================
Hits 369 369 Continue to review full report at Codecov.
|
We're seeing some unexpected errors come up in our syslog file. This PR runs tests against a different log file to prevent unexpected results.
@JustinBeckwith I'm not sure if we should continue to dig into the error we're seeing, but it seems to be related to the CI environment and not the client library itself.