mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
fix pfxlog prefix (#158)
This commit is contained in:
parent
f5ab73bcb0
commit
0022b63b68
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
pfxlog.GlobalInit(logrus.InfoLevel, pfxlog.DefaultOptions().SetTrimPrefix("github.com/openziti-test-kitchen/"))
|
||||
pfxlog.GlobalInit(logrus.InfoLevel, pfxlog.DefaultOptions().SetTrimPrefix("github.com/openziti/"))
|
||||
rootCmd.PersistentFlags().BoolVarP(&verbose, "verbose", "v", false, "Enable verbose logging")
|
||||
rootCmd.PersistentFlags().BoolVarP(&panicInstead, "panic", "p", false, "Panic instead of showing pretty errors")
|
||||
rootCmd.AddCommand(accessCmd)
|
||||
|
Loading…
Reference in New Issue
Block a user