When setting loglevel = 1 in config/config.php. The data/nextcloud.log file only showing level = 3 log messages
my nextcloud.log file is present in data directory with following permissions
-rw-r----- 1 www-data www-data 1 Oct 29 07:15 nextcloud.log
tflidd
November 1, 2024, 6:34pm
2
Log level 1 includes messages of log level 3 (you see your level and higher levels):
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html
In theory, you should see more, you could even use 0, there are normally a lot of messages. Just to see, if it is taken into account or, you modify the wrong file, there is a typo, …
system
Closed
January 30, 2025, 6:34pm
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.