Richard
Richard
**Update:** I realized that is happening only when I have a **timezone** set to something different to `UTC` ```ruby Time.zone # => # Time.zone = 'UTC' # => "UTC" Time.zone...
Have you been able to fix this issue somehow @tanmuhittin ? I was thinking that perhaps the solution could be upgrading python in the dockerfile, however I don't know if...
Did you find the solution for this @cw6365 ? I am facing the same issue I found this https://github.com/nesquena/rabl/issues/142#issuecomment-2964059 but that is not working either.
In my case the logs are not being shown in the container logs, however, I am able to bash the container and tail the logs there.