mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
fix joonix log after https://github.com/joonix/log/pull/13 (#2691)
This commit is contained in:
@@ -1087,6 +1087,6 @@ go_repository(
|
||||
|
||||
go_repository(
|
||||
name = "com_github_joonix_log",
|
||||
commit = "e0e770ceed363301a4f50bbc9599c6925c77b2d8",
|
||||
commit = "13fe31bbdd7a6f706b9114e188cdb53856be4d64",
|
||||
importpath = "github.com/joonix/log",
|
||||
)
|
||||
|
||||
@@ -94,7 +94,7 @@ func main() {
|
||||
logrus.SetFormatter(formatter)
|
||||
break
|
||||
case "fluentd":
|
||||
logrus.SetFormatter(&joonix.FluentdFormatter{})
|
||||
logrus.SetFormatter(joonix.NewFormatter())
|
||||
break
|
||||
case "json":
|
||||
logrus.SetFormatter(&logrus.JSONFormatter{})
|
||||
|
||||
@@ -170,7 +170,7 @@ contract in order to activate the validator client`,
|
||||
logrus.SetFormatter(formatter)
|
||||
break
|
||||
case "fluentd":
|
||||
logrus.SetFormatter(&joonix.FluentdFormatter{})
|
||||
logrus.SetFormatter(joonix.NewFormatter())
|
||||
break
|
||||
case "json":
|
||||
logrus.SetFormatter(&logrus.JSONFormatter{})
|
||||
|
||||
Reference in New Issue
Block a user