Actions
Bug #10681
closedNo PHP errors in syslog
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
Logging
Target version:
-
Start date:
06/19/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
On the latest 2.5.0.a.20200618.1024 I see only daemons log messages in /var/log/system.log (and /var/log/*)
If I insert 'log_error ("TEST")' in php code, I don't see anything in system.log
Updated by Jim Pingle over 5 years ago
- Status changed from New to Not a Bug
Works fine here, tried a couple systems on snaps from the last couple days (including today's)
log_error("Test 1234");
: grep 'Test 1234' /var/log/system.log Jun 19 11:51:31 clara php[40187]: /tmp/user_code/5nCbsj: Test 1234
Actions