Logs not showing warning only info and debug is shown
anubhav1603
HOBBYOP

2 years ago

I want to enable all sort of logs specially warning as my code contains those for debugging.

2 Replies

anubhav1603
HOBBYOP

2 years ago

618597bf-ba07-44ef-8523-e971e0405450


2 years ago

make sure you are printing logs unbuffered to stdout / stderr.

additionally railway would only support warnings, and debug if you use json structured logging


Loading...