removed journalhook

This commit is contained in:
2024-10-26 23:19:57 +02:00
parent 98ad16ab36
commit 082ad2d64d
3 changed files with 1 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ import (
"fmt"
"github.com/influxdata/line-protocol/v2/lineprotocol"
log "github.com/sirupsen/logrus"
"github.com/wercker/journalhook"
"golang.org/x/crypto/pbkdf2"
"gopkg.in/yaml.v3"
"io"
@@ -176,9 +175,6 @@ func main() {
log.Fatalf("Failure setting logging level: %v", err)
}
log.SetLevel(lvl)
if *journalLogFlag {
journalhook.Enable()
}
cj, err := cookiejar.New(nil)
if err != nil {