gotosocial/internal/log
Daenney 4ae16bce8c
[feature] Make log format configurable (#2130)
* [feature] Don't emit timestamp in log lines

When running gotosocial with a service manager like systemd, or a
container runtime, the associated log driver usually emits timestamps
itself. In those cases, having the extra timestamp from our own log
lines ends up being a bit noisy and when centrally ingesting logs is
duplicate information.

This introduces a configuration flag that allows disabling emitting the
timestamp. It's only wired up for "daemonised" processes, meaning server
and testrig.

* [chore] Add docs for log-timestamp

* [feature] Simplify timestamp handling

Co-Authored-By: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>

* [chore] Less escaped double-quotes

* [chore] Fix help string

---------

Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
2023-08-21 19:07:55 +01:00
..
caller.go [chore] tidy up media manager, add calling func to errors, build-script improvements (#1835) 2023-05-28 14:08:35 +02:00
entry.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
init.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
log.go [feature] Make log format configurable (#2130) 2023-08-21 19:07:55 +01:00
pool.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
syslog_test.go [feature] Make log format configurable (#2130) 2023-08-21 19:07:55 +01:00