We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9cfbf commit c35dd87Copy full SHA for c35dd87
config/log-viewer.php
@@ -122,8 +122,8 @@
122
* $matches[7] - the log text, the rest of the text.
123
*/
124
'log_parsing_regex' => '/^\[(\d{4}-\d{2}-\d{2}[T ]\d{2}:\d{2}:\d{2}\.?(\d{6}([\+-]\d\d:\d\d)?)?)\](.*?(\w+)\.|.*?)('
125
- . implode('|', array_filter(Level::caseValues()))
126
- . ')?: (.*?)( in [\/].*?:[0-9]+)?$/is',
+ .implode('|', array_filter(Level::caseValues()))
+ .')?: (.*?)( in [\/].*?:[0-9]+)?$/is',
127
],
128
129
src/LogViewerServiceProvider.php
@@ -72,7 +72,7 @@ public function boot()
72
73
private function basePath(string $path): string
74
{
75
- return __DIR__ . '/..' . $path;
+ return __DIR__.'/..'.$path;
76
}
77
78
private function isEnabled(): bool
0 commit comments