Skip to content

Commit

Permalink
Change description of keypair update log and remove logging of key pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
supaflyster committed Sep 22, 2024
1 parent 4fa3f01 commit 27c6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ func WireGuardServerKeyPair(db store.IStore) echo.HandlerFunc {
if err := db.SaveServerKeyPair(serverKeyPair); err != nil {
return c.JSON(http.StatusInternalServerError, jsonHTTPResponse{false, "Cannot generate Wireguard key pair"})
}
log.Infof("Updated wireguard server interfaces settings: %v", serverKeyPair)
log.Infof("Updated wireguard server keypairs")

return c.JSON(http.StatusOK, serverKeyPair)
}
Expand Down

0 comments on commit 27c6447

Please sign in to comment.