Add info level to default log levels.

This commit is contained in:
André Cruz
2013-05-24 23:48:36 +01:00
parent 8539298008
commit c8d4d39068

View File

@@ -40,7 +40,7 @@ if (mout.object.hasOwn(options, 'log-levels')) {
levels = null;
}
} else {
levels = ['action', 'warn'];
levels = ['action', 'info', 'warn'];
}
// Get the command to execute