Add log for each request

This commit is contained in:
Romain de Laage 2021-02-28 17:55:27 +01:00
parent 643c644e33
commit 625612a282
Signed by: rdelaage
GPG Key ID: 534845FADDF0C329
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ func handleConn(conn *tls.Conn, baseURL string) {
return
}
log.Println("Received request for account " + path)
account, err := getAccount(baseURL, path)
blogs := getBlog(baseURL, path)