Revision e8557567
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
209 | 209 |
my %routing; |
210 | 210 |
eval { %routing = _route_request($ENV{SCRIPT_NAME}); 1; } or return; |
211 | 211 |
($routing_type, $script_name, $action) = @routing{qw(type controller action)}; |
212 |
$::lxdebug->log_request($routing_type, $script_name, $action); |
|
212 | 213 |
|
213 | 214 |
$::request->type(lc($routing{request_type} || 'html')); |
214 | 215 |
|
Auch abrufbar als: Unified diff
Neuer Debugparameter: Request
Loggt sinnvolle Informationen zum Request.