hotfix v0.4.2

This commit is contained in:
Mukhtar Akere
2025-02-28 03:33:11 +01:00
parent f04d7ac86e
commit 7a989ccf2b
3 changed files with 35 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ func Start(ctx context.Context) error {
_log.Info().Msgf("Version: %s", version.GetInfo().String())
_log.Debug().Msgf("Config Loaded: %s", cfg.JsonFile())
_log.Debug().Msgf("Default Log Level: %s", cfg.LogLevel)
_log.Info().Msgf("Default Log Level: %s", cfg.LogLevel)
svc := service.New()
_qbit := qbit.New()