Logs not showing warning only info and debug is shown
I want to enable all sort of logs specially warning as my code contains those for debugging.
Solution:Jump to solution
make sure you are printing logs unbuffered to stdout / stderr.
additionally railway would only support warnings, and debug if you use json structured logging...
3 Replies