Feature: #60064 - Logging Framework Introspection Processor¶
See forge#60064
Description¶
The introspection processor of the logging framework has been extended to log the full PHP backtrace and not only the last element of a backtrace.
Two options were added to enable this feature:
append
, boolean, not mandatory` Add full backtrace to the logFull Back Trace shift
, integer, default 0, not mandatory` Removes the given number of entries from the top of the backtrace stack.Back Trace Level
Impact¶
The introspection processor behaves as before as long as the feature is not explicitly configured.