Skip to content

Commit

Permalink
smoke: use trace log level
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 5, 2018
1 parent 29a8be3 commit 50b7b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function createApp(quality: Quality): Application {

if (opts.log) {
loggers.push(new FileLogger(opts.log));
log = 'verbose';
log = 'trace';
}

return new Application({
Expand Down

0 comments on commit 50b7b58

Please sign in to comment.