Added enhanced logging for specific errors related to dehash tied into the apiu calls. Added logs subcommand.

This commit is contained in:
Evan Hosinski
2025-05-15 16:23:59 -04:00
parent 749f2b5eb8
commit c29f18a056
6 changed files with 436 additions and 113 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func initializeLogger() {
})),
})
zap.L().Info("some message", zap.Int("status", 0))
zap.L().Info("logger initialized", zap.Int("status", 0))
}
func main() {