Is it possible to send all logs to a file?

Is it possible to send all logs to a file? Currently all logs are going to std out.

Regards
Pankaj

It mainly depends on your hosting. Squidex does not provide a solution for that, but hosting solutions like docker and kubernetes have their own solution.

Stdout is best practive btw, because it is easy to forward the stream to any log provider: https://12factor.net/logs

Thanks . I do see some options in config. is there place where I can find out more about these?

“human”: true,
“colors”: true,
“logRequests”: true,
“logProfiler”: false,
“storeEnabled”: true,
“storeRetentationInDays”: 90,
“datadog”: false,
“applicationInsights”: false

No, only the comments in the json file.