Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18403
| From | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | log_errors = Off not work |
| Date | 2020-11-18 09:36 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <rp2mf7$14ir$1@gioia.aioe.org> (permalink) |
$ grep 'log_errors =' /etc/php/7.4/cli/php.ini
log_errors = Off
$ date && php -r "error_log('abc');" && ls -l /var/log/error.log
mer 18 nov 2020, 09:25:58, CET
-rw-rw-r-- 1 xxx yyy 25931 nov 18 09:25 /var/log/error.log
As you can see log_errors is Off, but it seems that the log file is
written: just compare the current date with the file date.
Why?
Back to comp.lang.php | Previous | Next — Next in thread | Find similar | Unroll thread
log_errors = Off not work alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-11-18 09:36 +0100
Re: log_errors = Off not work "J.O. Aho" <user@example.net> - 2020-11-18 14:12 +0100
Re: log_errors = Off not work alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-11-18 16:39 +0100
Re: log_errors = Off not work "J.O. Aho" <user@example.net> - 2020-11-18 17:09 +0100
Re: log_errors = Off not work alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-11-18 17:25 +0100
Re: log_errors = Off not work Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2020-11-18 17:39 +0000
Re: log_errors = Off not work alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-11-19 16:27 +0100
Re: log_errors = Off not work Arno Welzel <usenet@arnowelzel.de> - 2020-11-19 15:42 +0100
Re: log_errors = Off not work alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-11-19 19:22 +0100
csiph-web