Ability to output all logs to console
Added
- new command line switch
-console-log
. If defined all logs will be outputted to stdout/stderror (in both dev/prod mode). In case logging.level in config is empty and this switch is set, log filed will not be created at all.
Changed
- only errors are outputted to console even in dev mode. To output all logs
-console-log
command line switch should be defined
Fixed
- on Linux in case stdout is not a TTY log coloring is disabled now