cloudapi: use Logrus as default logger in Echo
And remove log.Logger references
This commit is contained in:
parent
75372b98e1
commit
179009fec4
9 changed files with 198 additions and 15 deletions
|
|
@ -35,6 +35,7 @@ type ComposerConfigFile struct {
|
|||
JWTACLFile string `toml:"jwt_acl_file"`
|
||||
} `toml:"composer_api"`
|
||||
WeldrAPI WeldrAPIConfig `toml:"weldr_api"`
|
||||
logLevel string `toml:"log_level"`
|
||||
}
|
||||
|
||||
type WeldrAPIConfig struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue