We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83624ed commit 128ebd5Copy full SHA for 128ebd5
1 file changed
src/wol.js
@@ -204,6 +204,10 @@ async function startProcessing(req, res) {
204
}
205
206
if (!err && wakeDocker && woldEnabled) {
207
+ logger.debug(
208
+ `Sending WoL-D to ${ENV.woldURL}: ${JSON.stringify({ query })}`
209
+ )
210
+
211
const dockerRes = await post(ENV.woldURL, { query })
212
213
if (dockerRes?.output && ENV.exposeLogs) {
0 commit comments