Hey @Winniepoom,
So it looks like it was a permission error, To fix it you will need to set the owner of the folder inside the container to the node user. To do this assuming you are using the path /logs
you can run…
docker exec -it -u root n8n_1 sh -c 'chown node:node /logs'
Once this is done you can restart the container and you should start to see the logs.