FreeAndNil commented on issue #167:
URL:
https://github.com/apache/logging-log4net/issues/167#issuecomment-2283658381
Hi @RunWangusst,
have you tried using PreserveLogFileNameExtension?
```
<appender name="LogFileAppender"
type="log4net.Appender.RollingFileAppender">
...
<param name="PreserveLogFileNameExtension" value="true"/>
</appender>
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]