MerginMaps/cpp-api-client

Do not print debug log by default

Closed this issue · 1 comments

The log is meant to provide information for debugging - normally that's too much information with little value to users, let's not print all that stuff, and only print it when e.g. --verbose command line option is provided.

everything is printed only in debug build to stdout. on release build nothing should be on stdout. introduced the "log" flag to setup the file for text log file.