Page 1 of 1

Logfile Name Template

Posted: Sat May 07, 2022 12:43 pm
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: System2022-5M-1D.log

Wing FTP Server Version 7.0.7
Ubuntu 22.04 LTS with Kernel 5.15.0-1005-azure

Re: Logfile Name Template

Posted: Sun May 08, 2022 3:04 am
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.

Re: Logfile Name Template

Posted: Wed May 18, 2022 4:10 am
by mediapress
Thank you, now, all LogfileName elements supports the same templates.