Define syslog for metalisp

This commit is contained in:
Marcus Kammer 2023-12-03 10:26:41 +01:00
parent c057c83270
commit 12dc4e8d02

View file

@ -264,4 +264,5 @@ an ALIAS and SERVICE as arguments and call
(mk/define-remote-log-function "website" "nginx" "error.log")
(mk/define-remote-log-function "website" "syslog")
(mk/define-remote-log-function "metalisp" "nginx" "access.csv")
(mk/define-remote-log-function "metalisp" "syslog")
(mk/define-remote-log-function "pihole" "pihole" "pihole.log")