mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Syslog/Logging - relocate api messages to backend target as they currently seem to end up in captive portal
This commit is contained in:
parent
7ad7a64043
commit
5b5006d43b
@ -1,6 +1,6 @@
|
||||
###################################################################
|
||||
# Local syslog-ng configuration filter definition [configd].
|
||||
# Local syslog-ng configuration filter definition [configd/backend].
|
||||
###################################################################
|
||||
filter f_local_configd {
|
||||
program("configd.py");
|
||||
program("configd.py") or program("api");
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user