]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Notifications: only for 'error', 'warn' and 'link'. Later you can customize
authorBram Matthys <redacted>
Sun, 16 Apr 2023 13:39:50 +0000 (15:39 +0200)
committerBram Matthys <redacted>
Sun, 16 Apr 2023 13:39:50 +0000 (15:39 +0200)
what notifications you will want exactly, but pending that.. limit it to that.

api/notification.php

index 63ebfd6c5bffda58fc5ff1a17ef68571cf98e309..e403b753ea9e8a4f37bf15084cbc04256d22c09f 100644 (file)
@@ -2,4 +2,4 @@
 
 require_once('common_api.php');
 
-api_log_loop(["!debug", "all"]);
+api_log_loop(["!debug", "warn", "error", "link"]);