🔊 Added running log

This commit is contained in:
Maxim Lebedev 2023-03-15 05:17:14 +06:00
parent 71ee3e4da4
commit d0a00f0331
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ func main() {
go hubService.ListenAndServe(ctx)
logger.Printf("started %s on %s: %s", config.Name, config.Bind, config.BaseURL.String())
if err = server.ListenAndServe(); err != nil {
logger.Fatalln(err)
}