pvbouwel

Results 4 issues of pvbouwel

*Issue #, if available:* Related to https://github.com/awslabs/amazon-redshift-utils/issues/546 (no exact match but other code paths seem to have been taken care of already. *Description of changes:* When no audit log is...

### The following program `uber.go` triggers an unexpected result ```go package main import ( "fmt" "time" "go.uber.org/zap" "go.uber.org/zap/zapcore" ) func NewLogger(logLevel string) (*zap.Logger, error) { config := zap.Config{ Encoding: "json",...

The vacuum implementation is causing a leak on Traefik v3 By allowing to disable the vacuum process certain use cases can avoid the issues caused by a memory leak as...

This plugin was working fine on Traefik v2 but when we upgraded to Traefik v3 we had a problem of memory consumption growing. While it is an issue it is...