Replies: 1 comment
-
Logging is defined here and here. Systemd offers a JournalHandler to collect all log entries. This would replace the TimedRotatingFileHandler. This has come up before. I'd consider a pull request. Concerning RO, Comitup has an ongoing need to save DHCP leases in /var/lib/comitup/. NetworkManager requires write access to at least /etc/NetworkManager/system-connections. Also, /var/run, etc. I've not tried RO operation (SD cards are cheap) - maybe there is another PR opportunity. You've likely seen this, but I'll mention it anyway to avoid possible pain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dave This is pretty excellent! I'm deploying it on a system that will be mostly ro, with a few things (e.g. pi-hole's db, the journal) linked from external persistent storage. For comitup to function as expected I'm sure there are some mutable config files I'll need to ensure are linked.
I'd also like to get comitup logging with the systemd journal instead of to its own log file to facilitate log file rotation, export, and so forth.
Could you offer some pointers in these directions?
Beta Was this translation helpful? Give feedback.
All reactions