mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
Fix #436 Call to undefined method Logger::warning in i.php
Change log_lvl for release branch
This commit is contained in:
@@ -828,7 +828,7 @@ $conf['log_dir'] = '/logs';
|
||||
|
||||
// Log level (OFF, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG)
|
||||
// development = DEBUG, production = ERROR
|
||||
$conf['log_level'] = 'DEBUG';
|
||||
$conf['log_level'] = 'ERROR';
|
||||
|
||||
// Keep logs file during X days
|
||||
$conf['log_archive_days'] = 30;
|
||||
|
||||
Reference in New Issue
Block a user