mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
use correct write stream prop
This commit is contained in:
parent
30222f275d
commit
b4784770fa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = class KbnLogger {
|
|||
this.dest = process.stdout;
|
||||
} else {
|
||||
this.dest = writeStr(config.dest, {
|
||||
mode: 'a',
|
||||
flags: 'a',
|
||||
encoding: 'utf8'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue