Use implemented logging configurator
Created by: asesorov
In #326, old logging interface was replaced by another one (locally defined) in inference_benchmark.py. I believe that it is unnecessary to define new loggers with the same scope - better use already implemented in utils/logger_conf.py. Moreover, the old logger interface had colorful output (enabled by default), which makes logs more readable. I also suggest using this old logger (and also traceback hook) in other tools.


