Better comment for logPath default value
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Berengar W. Lehr 2023-09-28 11:01:54 +02:00
parent fcc502edcf
commit 61f0f65bf1

View File

@ -39,7 +39,8 @@ const logModule = `vikunja`
// loginstance is the instance of the logger which is used under the hood to log
var logInstance = logging.MustGetLogger(logModule)
// logpath is the path in which log files will be written. This value should actually never be used
// logpath is the path in which log files will be written.
// This value is a mere fallback for other modules that could but shouldn't be used before calling ConfigLogger
var logPath = "."
// InitLogger initializes the global log handler