mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Change description of keypair update log and remove logging of key pairs
This commit is contained in:
parent
4fa3f01432
commit
27c6447c74
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue