-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
env var or flag to enable debug logs #3427
Copy link
Copy link
Open
Labels
Description
The problem:
I have an OSRM server running in production and returning 207 error code. Now, if I look into the log file, the data is not very useful in debugging what might be the reason why this is happening ( since log level is info ).
From the issues on this repo itself, to get debug logs, I have to recompile the binary with debug flags. This, of course, is not an option with the production server.
If there is an option to toggle the log level via an ENV variable or a flag, that will be helpful.
Reactions are currently unavailable