mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:22:24 -05:00
* [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> |
||
|---|---|---|
| .. | ||
| media | ||
| config.go | ||
| db.go | ||
| email.go | ||
| federatingdb.go | ||
| federator.go | ||
| gin.go | ||
| log.go | ||
| mediahandler.go | ||
| oauthserver.go | ||
| processor.go | ||
| router.go | ||
| storage.go | ||
| testmodels.go | ||
| transportcontroller.go | ||
| typeconverter.go | ||
| util.go | ||