mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Use logrus features for better logging
This commit is contained in:
@@ -11,12 +11,13 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"go.mozilla.org/sops/logging"
|
||||
)
|
||||
|
||||
var log *logrus.Logger
|
||||
|
||||
func init() {
|
||||
log = logrus.New()
|
||||
log = logging.NewLogger("AES")
|
||||
}
|
||||
|
||||
type encryptedValue struct {
|
||||
|
||||
Reference in New Issue
Block a user