Improve loglevel parsing from config
When config is read in, "DEBUG" works, "debug" does not. So, converting everything to uppercase improves fault tolerance since the expactation is widely, that parameters like this are very likely to be case agnostic.