1
0
Fork 0
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:
andres-portainer 2025-01-08 16:26:04 -03:00 committed by GitHub
parent 4010174f66
commit 24fdb1f600
4 changed files with 8 additions and 8 deletions

View file

@ -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'