20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
|
# This configuration file can be generated by using
|
||
|
# velociraptor config generate
|
||
|
|
||
|
Datastore:
|
||
|
implementation: FileBaseDataStore
|
||
|
location: /var/lib/velociraptor/data
|
||
|
Writeback: {}
|
||
|
Logging:
|
||
|
output_directory: /var/lib/velociraptor/logs
|
||
|
separate_logs_per_component: true
|
||
|
debug:
|
||
|
disabled: true
|
||
|
info:
|
||
|
rotation_time: 604800
|
||
|
max_age: 31536000
|
||
|
error:
|
||
|
rotation_time: 604800
|
||
|
max_age: 31536000
|
||
|
|