diff options
author | EuAndreh <eu@euandre.org> | 2022-03-08 02:28:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-08 02:32:31 -0300 |
commit | 0c32486556424b0b83452b46221b49946e31645b (patch) | |
tree | a16f8cb596fe1c0aabec13d46bd22e00b77f1e57 /TODOs.md | |
parent | TODOs.md: Cleanup "Scratch" section (diff) | |
download | server-0c32486556424b0b83452b46221b49946e31645b.tar.gz server-0c32486556424b0b83452b46221b49946e31645b.tar.xz |
TODOs.md: Add #td-37e4373e-64ee-eab5-99fb-4126939126d7
Diffstat (limited to 'TODOs.md')
-rw-r--r-- | TODOs.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ # Tasks +## TODO Properly handle `/var/log/*` logfiles {#td-37e4373e-64ee-eab5-99fb-4126939126d7} +- TODO in 2022-03-08 + +--- + +Do proper log rotation (declaratively configured in `machines.scm`), include +them in backups, send information in emails, filter different log levels, +process them with things like [`goaccess`], etc. + +[`goaccess`]: https://goaccess.io/ + ## TODO Disable outgoing rules for `ufw` firewall on toph {#td-c7aa4728-5288-205d-b5c5-5974993ec283} - TODO in 2022-03-07 |