log when service will start to listen, useful for troubleshooting

This commit is contained in:
fungal 2023-12-23 15:55:39 +01:00
parent 3238c4841d
commit 4bcdad1724
1 changed files with 1 additions and 0 deletions

View File

@ -92,5 +92,6 @@ func main() {
config.RequestsFile = *requestsFile
config.Listen = *listen
log.Println("Going to listen for incoming connections!")
setupRoutes()
}