We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216334b commit 40b2b82Copy full SHA for 40b2b82
1 file changed
internals/server/http.go
@@ -67,6 +67,7 @@ func wakeHandler(w http.ResponseWriter, req *http.Request) {
67
err = wol.WakeContainers(body.Query)
68
69
if err != nil {
70
+ logger.Error("Could not start container with ", body.Query, ": ", err.Error())
71
sendToClient(client, map[string]any{
72
"success": false,
73
"error": true,
0 commit comments