We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5e351 commit 4f4dffdCopy full SHA for 4f4dffd
lib/index.js
@@ -54,10 +54,10 @@ module.exports.createServer = function(config) {
54
function sigtermYaqs() {
55
server.yaqsClient.stopAllQueues(function(err) {
56
if(err) {
57
- console.warn(err);
+ config.errLogger(err);
58
}
59
childs.stopAllChilds();
60
- console.log('YAQS has stopped.');
+ config.logger('YAQS has stopped.');
61
process.exit(0);
62
});
63
0 commit comments