debugging for analyzing token
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user