[ https://issues.apache.org/jira/browse/LOG4NET-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558007#action_12558007 ]
Manuel Riezebosch commented on LOG4NET-134: ------------------------------------------- I see the need for placing the logfile directly relative to the current assembly in case of the LogFileAppender, wouldn't have thought of that. The fix as mentioned in the first blog posting solves the problem in case of MSTest :) > SystemInfo.ApplicationBaseDirectory wrong implementation > -------------------------------------------------------- > > Key: LOG4NET-134 > URL: https://issues.apache.org/jira/browse/LOG4NET-134 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.10 > Reporter: Manuel Riezebosch > > For the ApplicationBaseDirectory is used the > AppDomain.CurrentDomain.BaseDirectory, where Environment.CurrentDirectory > seems to be more appropriate. When using MSTest, the first returns the > working directory of MSTest instead of the directory where the tested > assembly is located. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.