Skip to content

Commit

Permalink
Ignore the extra log line about the settings status
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Jun 15, 2016
1 parent 5fe4a6b commit 7b61123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/serve/__tests__/reload_logging_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ${err.stack || err.message || err}`).to.eql(true);
}

function switchToPlainTextLog() {
json = 2; // ignore both "reloading" messages
json = 3; // ignore both "reloading" messages
setLoggingJson(false);
child.kill(`SIGHUP`); // reload logging config
}
Expand Down

0 comments on commit 7b61123

Please sign in to comment.