Github user robcube commented on the issue:

    https://github.com/apache/log4net/pull/16
  
    Bingo, found the culprit:
    ```
        <layout type="log4net.Layout.XmlLayoutSchemaLog4j">
          <locationInfo value="true" />
        </layout>
    ```
    
    Changed it to
    ` <layout type="log4net.Layout.SimpleLayout" />`
    
    Problem solved. :-) I guess XmlLayoutSchemaLog4j isn't quite there yet.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to