mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
huge refactoring
This commit is contained in:
17
internal/pkg/xlog/doc.go
Normal file
17
internal/pkg/xlog/doc.go
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
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
|
||||
Reference in New Issue
Block a user