Skip to content

Remove duplicated logging initialization

Kassio Borges requested to merge kassio/remove-extra-config-logging into master

What does this MR do?

The logging was being configured in two different places, in the runApp() and in the appMain(). I might be wrong, but I think we can keep only the first instance of this configuration.

TODO

Edited by Kassio Borges

Merge request reports