Browse Source

Merge pull request #19059 from owncloud/logginglevels

correction to logging levels
remotes/origin/db-empty-migrate
Thomas Müller 10 years ago
parent
commit
c9c4626750
  1. 2
      config/config.sample.php

2
config/config.sample.php

@ -532,7 +532,7 @@ $CONFIG = array(
/**
* Loglevel to start logging at. Valid values are: 0 = Debug, 1 = Info, 2 =
* Warning, 3 = Error. The default value is Warning.
* Warning, 3 = Error, and 4 = Fatal. The default value is Warning.
*/
'loglevel' => 2,

Loading…
Cancel
Save