FreeAndNil commented on issue #227:
URL: 
https://github.com/apache/logging-log4net/issues/227#issuecomment-2640157697

   @FrankNuessle that's a good idea. I will adjust the error message.
   
   You can set the assembly for which log4net searches a config file via
   
   ```csharp
     log4net.Util.SystemInfo.EntryAssemblyLocation = 
typeof(MyTest).Assembly.Location;
   ```
   
   That will probably fix your real problem.


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to