You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After check codes, I found that it will only be enabled by build with debug type in compiling time and pass in -l DEBUG in runtime. It's not a good idea for debugging. People also may want to see more logs for investigating some issues with release binary.
The text was updated successfully, but these errors were encountered:
When I want to see some DEBUG log from OSRM(e.g.
osrm-extract
, etc), I found that there's nothing output even I passed in-l DEBUG
.osrm-backend/src/util/log.cpp
Lines 128 to 131 in 0050f5a
After check codes, I found that it will only be enabled by build with debug type in compiling time and pass in
-l DEBUG
in runtime. It's not a good idea for debugging. People also may want to see more logs for investigating some issues with release binary.The text was updated successfully, but these errors were encountered: