what does this configuration do and where these lo...
# general
b
what does this configuration do and where these logs store
g
I think by default file logging is disabled. You should see the logs on screen only. I have rudder-server self hosted via docker so I use following command to see the logs
docker container logs CONTAINER_ID
By default, I see that the file logging is disabled. If this is enabled in rudder-server as seen in
config.yaml
here. If this is updated to true, it should write to file
/tmp/rudder_log.log
Checkout all Logger related configurations in code here
b
perfect, Thanks you, much appreciated @gentle-petabyte-80785 :), I will check it more
🙌 1