mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(libstack): redirect the Docker and Compose logging to zerolog BE-11518 (#289)
This commit is contained in:
parent
4010174f66
commit
24fdb1f600
4 changed files with 8 additions and 8 deletions
|
@ -20,8 +20,6 @@ linters-settings:
|
|||
deny:
|
||||
- pkg: 'encoding/json'
|
||||
desc: 'use github.com/segmentio/encoding/json'
|
||||
- pkg: 'github.com/sirupsen/logrus'
|
||||
desc: 'logging is allowed only by github.com/rs/zerolog'
|
||||
- pkg: 'golang.org/x/exp'
|
||||
desc: 'exp is not allowed'
|
||||
- pkg: 'github.com/portainer/libcrypto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue