cloudapi: use Logrus as default logger in Echo

And remove log.Logger references
This commit is contained in:
Diaa Sami 2021-09-24 15:17:21 +02:00 committed by Sanne Raymaekers
parent 75372b98e1
commit 179009fec4
9 changed files with 198 additions and 15 deletions

View file

@ -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 {