mirror of
https://github.com/appium/appium.git
synced 2026-05-20 02:18:52 -05:00
Set log level to 'debug' for logging to file.
This commit is contained in:
committed by
Jonathan Lipps
parent
74fe080148
commit
4c18b4dfd6
@@ -26,13 +26,13 @@ module.exports.init = function (args) {
|
||||
, handleExceptions: true
|
||||
, exitOnError: false
|
||||
, json: false
|
||||
, level: 'debug'
|
||||
});
|
||||
|
||||
var winstonOptions = {
|
||||
console:
|
||||
_.extend({
|
||||
colorize: !args.logNoColors
|
||||
, level: 'debug'
|
||||
}, options)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user