in logger.go [25:27]
func contextLogger(c *gin.Context) logrus.FieldLogger { return logrus.WithFields(apmlogrus.TraceContext(c.Request.Context())) }