FrankNuessle opened a new issue, #227: URL: https://github.com/apache/logging-log4net/issues/227
I got the message: "log4net:ERROR Failed to find configuration section 'log4net' in the **application's .config file**. Check your **.config** file for the <log4net> and <configSections> elements. The configuration section should look like: \<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />" It would be helpful to have the name + absolute path of **"application's .config file"** which is used by log4net, in the above error message of log4net. Background: When I'm running my unit tests with "dotnet test ..." I got the above error message and I analyzed and wonder, what's wrong with my _AssemblyName.Test.dll.config_. I had to spend some effort and used then `log4net.Util.LogLog.InternalDebugging = true;` to find out, that when running `"dotnet test ..."` for TFM = net8.0, the expected config file was "**testhost.dll.config**"! If this information would be displayed in the above error message, I (and possibly other users) could save a lot of time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org