From 7461c1250af72e28ef6511bacadd8c510eb7441c Mon Sep 17 00:00:00 2001 From: eramons Date: Sun, 18 Dec 2022 10:48:53 +0100 Subject: [PATCH] Missing screenshot, added TODO --- content/post/unifi.md | 1 + docs/post/unifi/index.html | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/content/post/unifi.md b/content/post/unifi.md index f3f78a7..390f688 100644 --- a/content/post/unifi.md +++ b/content/post/unifi.md @@ -346,6 +346,7 @@ drwxr-xr-x 2 pi 911 4096 Oct 31 09:18 remote ``` The log configuration on the unifi controller looks like this: ![logging](/techblog/img/unifi_logging.jpg) +_TODO Screenshot is missing_ The logs of the access points are sent via syslog to a syslog server. If unchecking the checkbox _Syslog & Netconsole Logs_, you can specify your own remote syslog server. Otherwise - if the checkbox is checked - the access points logs are sent to the controller, which acts as a syslog server. In that case, the logs will be available under _logs/remote_. diff --git a/docs/post/unifi/index.html b/docs/post/unifi/index.html index 2b73978..8e381e9 100644 --- a/docs/post/unifi/index.html +++ b/docs/post/unifi/index.html @@ -116,7 +116,7 @@ } }, "url" : "https:\/\/eramons.github.io\/techblog\/post\/unifi\/", - "wordCount" : "2158", + "wordCount" : "2162", "genre" : [ "kubernetes" , "arm" ] } @@ -510,7 +510,8 @@

Unifi Controller on K3s

drwxr-xr-x 2 pi 911 4096 Oct 31 09:18 remote -rw-r--r-- 1 pi 911 16086 Oct 31 09:14 server.log

The log configuration on the unifi controller looks like this: -logging

+logging +TODO Screenshot is missing

The logs of the access points are sent via syslog to a syslog server. If unchecking the checkbox Syslog & Netconsole Logs, you can specify your own remote syslog server. Otherwise - if the checkbox is checked - the access points logs are sent to the controller, which acts as a syslog server. In that case, the logs will be available under logs/remote.

With this in mind, a nice-to-have next step would be to centralize and visualize the controller and AP logs. Let’s see ;)