Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 6a59dc9

Browse files
author
Chris Wiechmann
committed
[skip ci] Changed filebeat configuration logging to STDOUR/ERR
1 parent ed5f0a5 commit 6a59dc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

filebeat/filebeat.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ monitoring:
8989
username: "${BEATS_SYSTEM_USERNAME:beats_system}"
9090
password: "${BEATS_SYSTEM_PASSWORD:BEATS_SYSTEM_PASSWORD-NOT-SET}"
9191

92+
logging.level: info
93+
logging.to_stderr: true
94+
logging.to_files: true
9295
#logging.level: debug
9396
#logging.to_files: true
9497
#logging.files:

0 commit comments

Comments
 (0)