Here you can submit your bug reports.
-
mediapress
- Posts: 2
- Joined: Sat May 07, 2022 12:14 pm
Post
by mediapress »
in Data/mydomain/settings.xml
Code: Select all
<Logfile_Name>%Y-%MM-%DD.log</Logfile_Name>
Example of Result:
2022-05-01.log
in Data/settings.xml
Code: Select all
<SystemLogfileFilename>System-%Y-%MM-%DD.log</SystemLogfileFilename>
Example of Result: System
2022-5M-1D.log
Wing FTP Server Version 7.0.7
Ubuntu 22.04 LTS with Kernel 5.15.0-1005-azure
-
FTP
- Site Admin
- Posts: 2094
- Joined: Tue Sep 29, 2009 6:09 am
Post
by FTP »
Yes, because current version doesn't support those variables for server log's filename. Anyway, we will improve it in the next release.
-
mediapress
- Posts: 2
- Joined: Sat May 07, 2022 12:14 pm
Post
by mediapress »
Thank you, now, all LogfileName elements supports the same templates.