Skip to content

Commit

Permalink
Change debug logs to 'info' mode to prevent needing to switch Flarum …
Browse files Browse the repository at this point in the history
…to debug mode as well
  • Loading branch information
dsevillamartin committed Dec 28, 2024
1 parent 6b41e6d commit 4a40427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/TriggerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static function debug(string $message)
}

if (self::$isDebugging) {
resolve('log')->debug('[fof/webhooks] '.$message);
resolve('log')->info('[fof/webhooks] #DEBUG# '.$message);
}
}
}

0 comments on commit 4a40427

Please sign in to comment.