Skip to content

Commit

Permalink
Added description in log
Browse files Browse the repository at this point in the history
  • Loading branch information
meijdenmedia authored Apr 10, 2018
1 parent 315c9da commit b1d114c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config/logviewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@

return [
'pattern' => env('LOGVIEWER_PATTERN', '*.log'),

/*
|--------------------------------------------------------------------------
| Clickable table rows
|--------------------------------------------------------------------------
|
| When this value is set to true the whole <tr> is clickable and will open/close the stacktrace.
|
*/
'tr_clickable' => env('LOGVIEWER_TR_CLICKABLE', true),
];

0 comments on commit b1d114c

Please sign in to comment.