Distinguish glog logging levels in production (default) and dev-mode.
For the production mode we are using the minimal logging level 2 which correspond to `ERROR` and `FATAL` messages.
For the dev-mode wea re using the minimal logging level 0 which corresponds to show all messages including `INFO` and `WARNING`.