Hi guys,
How do I store logs in a different directory? Is there a flag that I’m missing? I can only see --log-console
and --log-file-name
. I want to store the logs in /logs/cloudquery.log
. This is because of a security issue; I am adding a securityContext
:
securityContext:
readOnlyRootFilesystem: true
So I will only have a single writable directory.