Read default loglevels and (optional) identifier based loglevels from
file given by filename. The format is as follows:
# This is a comment (ignored)
# Default loglevel
Default = Info
# Identifier-specific loglevels
Foo.* = Debug
Foo.Bar = Info
If no default loglevel setting is found in the file, the loglevel passed
as Default_Level parameter is returned unchanged.