mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
"forgot to switch log_level to 1 (only errors) again ;-)"
This commit is contained in:
parent
7bd59d89c8
commit
beca9c694a
@ -91,7 +91,7 @@ class filesystem_stream_wrapper implements iface_stream_wrapper
|
||||
* 1 = only errors
|
||||
* 2 = all function calls and errors (contains passwords too!)
|
||||
*/
|
||||
const LOG_LEVEL = 2;
|
||||
const LOG_LEVEL = 1;
|
||||
|
||||
/**
|
||||
* Regular expression identifying scripts, to NOT allow updating them if exec mount option is NOT set
|
||||
|
Loading…
Reference in New Issue
Block a user