diff --git a/builder/Builder.go b/builder/Builder.go index 572b99d..bf8729e 100644 --- a/builder/Builder.go +++ b/builder/Builder.go @@ -44,7 +44,7 @@ func (b *Builder) buildLogger(configurations parser.Logging) error { log.SetLevel(log.InfoLevel) } b.logsFile = logsFile - return err + return nil } func (b *Builder) buildRabbitMQ(rabbitMQURI string) error {