diff options
| author | Stefan Esser | 2014-02-12 12:49:23 +0100 |
|---|---|---|
| committer | Stefan Esser | 2014-02-12 12:49:23 +0100 |
| commit | d0c2cd9dad27515ad7c899e5ccaa54fdac01a15e (patch) | |
| tree | 46243fea570571d022e18123a1ea1a44be53391e /suhosin.ini | |
| parent | e451aecc9c277455e6e4d2b96252ad411f156d0a (diff) | |
Added suhosin.log.stdout to log to stdout (dor debugging purposes)
Diffstat (limited to 'suhosin.ini')
| -rw-r--r-- | suhosin.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/suhosin.ini b/suhosin.ini index 2420501..3d3e89b 100644 --- a/suhosin.ini +++ b/suhosin.ini | |||
| @@ -24,6 +24,9 @@ extension = suhosin.so | |||
| 24 | ; Defines what classes of security alerts are logged through the SAPI error log. | 24 | ; Defines what classes of security alerts are logged through the SAPI error log. |
| 25 | ;suhosin.log.sapi = | 25 | ;suhosin.log.sapi = |
| 26 | 26 | ||
| 27 | ; Defines what classes of security alerts are logged to stdout. Mostly for debugging purposes. | ||
| 28 | ;suhosin.log.stdout = | ||
| 29 | |||
| 27 | ; Defines what classes of security alerts are logged through the external | 30 | ; Defines what classes of security alerts are logged through the external |
| 28 | ; logging. | 31 | ; logging. |
| 29 | ;suhosin.log.script = | 32 | ;suhosin.log.script = |
