Siren Investigate logging

Hi guys,

Good day, quick question, how do we redirect the log output of siren-investigate? trying to find a config similar to path.logs of siren federate.

Thanks!

Hi Edgar,

Yes you can configure the logs from here in the investigate.yml file:

# Enables you specify a file where Kibana stores log output.
logging.dest: "path"

# Set the value of this setting to true to suppress all logging output.
logging.silent: false

# Set the value of this setting to true to suppress all logging output other than error messages.
logging.quiet: false

# Set the value of this setting to true to log all events, including system usage information and all requests.
logging.verbose: false

Regards
Manu Agarwal