mirror of
https://github.com/nzbget/nzbget.git
synced 2025-12-23 22:27:45 -05:00
#455: changed default location of log-file
This commit is contained in:
@@ -420,7 +420,7 @@ void Options::InitDefaults()
|
||||
SetOption(OPTION_QUEUEDIR, "${MainDir}/queue");
|
||||
SetOption(OPTION_NZBDIR, "${MainDir}/nzb");
|
||||
SetOption(OPTION_LOCKFILE, "${MainDir}/nzbget.lock");
|
||||
SetOption(OPTION_LOGFILE, "${DestDir}/nzbget.log");
|
||||
SetOption(OPTION_LOGFILE, "${MainDir}/nzbget.log");
|
||||
SetOption(OPTION_SCRIPTDIR, "${MainDir}/scripts");
|
||||
SetOption(OPTION_REQUIREDDIR, "");
|
||||
SetOption(OPTION_WRITELOG, "append");
|
||||
|
||||
@@ -85,7 +85,7 @@ LockFile=${MainDir}/nzbget.lock
|
||||
# Where to store log file, if it needs to be created.
|
||||
#
|
||||
# NOTE: See also option <WriteLog>.
|
||||
LogFile=${DestDir}/nzbget.log
|
||||
LogFile=${MainDir}/nzbget.log
|
||||
|
||||
# Configuration file template.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user