debugging for analyzing token

This commit is contained in:
2023-11-06 18:15:03 +01:00
parent c4317b7503
commit 5828a9a5a2
6 changed files with 23 additions and 5 deletions

View File

@ -25,6 +25,7 @@ func main() {
http.HandleFunc("/", server.RootHandler)
// Start
log.Info("wn test01 variant")
log.WithField("config", config).Debug("Starting with config")
log.Infof("Listening on :%d", config.Port)
log.Info(http.ListenAndServe(fmt.Sprintf(":%d", config.Port), nil))