fix typo
This commit is contained in:
parent
9f3ef6b42a
commit
f3e0ba6526
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ streams at different levels**.
|
||||||
streams: [
|
streams: [
|
||||||
{
|
{
|
||||||
level: 'info',
|
level: 'info',
|
||||||
stream: process.stdout, // log INFO and above to stdout
|
stream: process.stdout // log INFO and above to stdout
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
level: 'error',
|
level: 'error',
|
||||||
|
|
Loading…
Reference in a new issue