Files
gotenberg/internal/pkg/xlog/doc.go
Julien Neuhart 7bfbda4490 huge refactoring
2019-07-23 13:57:18 +02:00

18 lines
364 B
Go

/*
Package xlog defines a standard logger
for the application.
It uses structured logging thanks to
https://github.com/sirupsen/logrus.
All messages have at least two fields:
A "trace" field which helps to identify
messages belonging to the same context.
An "op" field which helps to identify
the logical operation associated
with the message.
*/
package xlog