Store CloudQuery logs in specific directory for security configuration

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.

@live-bonefish - You can use the --log-file-name flag to set the full path (and filename) for the logs. So the command would be

cloudquery sync config.yml --log-file-name /logs/cloudquery.log