Closed mersadk closed 4 years ago
Thanks for reporting, yes the log level should be inherited. I'll see if I can reproduce the issue.
I just tried this with one of the sample apps and it appears to be working. "Logging:LogLevel" is used when "Logging:GELF:LogLevel" is not set in the config. Maybe you are overriding your appsettings.json with appsettings.Development.json?
I'm going to close this for now, but feel free to re-open if you feel this is still an issue.
If I configure GELF like this, I will receive messages from Microsoft packages to GrayLog. GELF node doesn't contain LogLevel node.
From what I understand GELF should inherit settings top level regarding LogLevel, but it doesn't. Is this intended behavior or bug?