Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The LoggerAppenderRollingFile can cause the
filesize(): stat failed
error when the configuration uses relative paths to name the logfile.
Using realpath() will change relative paths to canonical absolute paths and resolve this issue.