Today, we rebuilt all services' packages with changes to the default
logging behavior. All services will now log to
`/var/log/<service>/<logfile>`, so where for example meta.sr.ht
previously had `/var/log/meta.sr.ht.log` and
`/var/log/meta.sr.ht-api.log`, those are now
`/var/log/meta.sr.ht/meta.sr.ht.log` and
`/var/log/meta.sr.ht/meta.sr.ht-api.log` respectively.
The log files in the previous locations remain untouched, to be cleaned
up or archived as admins see fit.
Please note that some non-service components, such as
`git.sr.ht-dispatch`, may still log the old location, as the packaging
has no influence on the location of these log files. The relevant
components will be updated soon to consolidate all log files in the new
directories.
All services now also come with default logrotation policies.