Dijker / nu.dijker.PaperTrails

PaperTrails for Homey - Logging and advanced Log Management.
GNU General Public License v3.0
3 stars 4 forks source link

No logs (in App & syslog server) after upgrading to Homey 5.0 firmware #43

Open pro-sumer opened 3 years ago

pro-sumer commented 3 years ago

What is your Homey version (Settings - System), your App version (Settings-Apps) ?

Homey 5.0.0 PaperTrails 0.6.3 Send Log to Developer: No

What did you try to achieve? Log info to syslog server (test flow, with a single action to log a syslog line)

What was the result?

What did you expect as result?

Any other remarks

Dijker commented 3 years ago

Hi Rob, here it works since the first rc's and still works in the final. Even the singel papertrails send to syslog. Can you send a log?

pro-sumer commented 3 years ago

No change after a reboot of my Homey.

Log: 48044618-cb79-4eb8-9f82-7503a4a9d6b1

Dijker commented 3 years ago

Have you tried to replace the name of the syslog server for the IP address?

pro-sumer commented 3 years ago

Have you tried to replace the name of the syslog server for the IP address?

No, I did not, so I tried now (IP address instead of hostname).

Unfortunately no change:

pro-sumer commented 3 years ago

The relevant syslog configuration part on my server:

$template HomeyLog, "/var/log/homey.log"
:hostname, isequal, "homey" -?HomeyLog
& stop

So I fixed it by changing my configuration:

$template HomeyLog, "/var/log/homey.log"
:hostname, startswith, "homey" -?HomeyLog
& stop