Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Aug 27, 2024
1 parent 2f35a6e commit 6fdf7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/logalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public function getPatterns(string $logLevel, string $type) {
*/
public function loadPatterns() {
$patterns = $this->system->getLogalyzerPatterns();
print_r($patterns);
if (isset($patterns) && $patterns == null) {
$this->system_pattern = json_decode($patterns, true);
}
Expand Down

0 comments on commit 6fdf7c6

Please sign in to comment.