Releases: tina4stack/tina4php-debug
Release v2.0.13
Updated TINA4_DEBUG_LENGTH default to be 200
Full Changelog: v2.0.12...v2.0.13
Release v2.0.12
Limited the output to console for performance reasons, log file still contains all the debug information.
Added new constant for the limiting TINA4_DEBUG_LENGTH
, default value is 500 characters.
Full Changelog: v2.0.11...v2.0.12
Release v2.0.11
Moved check for .env constants.
Release v2.0.10
A most significant change now is that log rotations have been added to the log files
TINA4_LOG_SIZE = size in bytes, default is 1024*1024
TINA4_LOG_ROTATIONS= Rotations to keep, default is 5
Full Changelog: v2.0.9...v2.0.10
Release v2.0.9
Added alternative File name to the debug message call
The file will still be logged out to the log folder
Full Changelog: v2.0.8...v2.0.9
Release v2.0.8
Fixed the types on the error handler
Release v2.0.7
Debug information now only outputs if global TINA4_DEBUG is true
Release v2.0.6
Fix color for ALERT
Release v2.0.5
Putting TINA4_DEBUG to false in .env turns off debugging completely now
Release v2.0.4
Removed TINA4_DOCUMENT_ROOT dependency