mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-25 12:19:56 +00:00
Change output options in file as well.
Also change output options in falco config to reflect default behavior of being started via a service.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
rules_file: /etc/falco_rules.yaml
|
||||
json_output: false
|
||||
|
||||
log_stderr: true
|
||||
log_stderr: false
|
||||
log_syslog: true
|
||||
|
||||
syslog_output:
|
||||
enabled: true
|
||||
|
||||
file_output:
|
||||
enabled: true
|
||||
enabled: false
|
||||
filename: ./events.txt
|
||||
|
||||
stdout_output:
|
||||
|
Reference in New Issue
Block a user