fix(logging): fix logging parameter not taken into account

This commit is contained in:
Antoine Aflalo
2025-08-26 22:36:00 -04:00
parent e26cf7a26a
commit c2a6220fde
5 changed files with 27 additions and 24 deletions

View File

@@ -13,8 +13,5 @@ var (
func main() {
commands.SetVersionInfo(version, commit, date)
// Configure logging before executing commands
commands.ConfigureLogging()
commands.Execute()
}