From 478b0db66cc367e0d67ebdc1f7f3d5001dac964f Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 1 Jan 2025 19:28:11 -0600 Subject: [PATCH] update default ftp config file --- conf/ftp.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/conf/ftp.conf b/conf/ftp.conf index 1c1a096..1a0a24c 100644 --- a/conf/ftp.conf +++ b/conf/ftp.conf @@ -93,10 +93,15 @@ prefer_server_ciphers=yes ## Filenames for loglevels. [logging] ## Log server output files. -## Syntax: [console|critical|error|warning|info|debug|all]= -info=digftp.info.log -error=digftp.error.log -debug=digftp.debug.log +## Syntax: [critical|error|warning|info|debug|all]= +info=digftp.log +warning=digftp.log +error=digftp.log +critical=digftp.log + +## Output loglevel to console +## Syntax: console=[critical|error|warning|info|debug|all|none] +console=all [passdb] ## The file for the passdb engine.