Skip to content

Commit

Permalink
Dynamically fetch data using api
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Aug 27, 2024
1 parent 7952ffe commit 90b18ed
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 @@ -280,6 +280,7 @@ public function addKey(string $logLevel, string $pattern, string $regex, string
}
else {
$array = array('logLevel' => $logLevel, 'pattern' => $pattern, 'regex' => $regex, 'type' => $type);
print_r($array);
// Duplicate check
if(!in_array($array, $this->system_pattern['result'])) {
$this->system_pattern['result'][] = $array;
Expand Down

0 comments on commit 90b18ed

Please sign in to comment.