Skip to content

Commit 128ebd5

Browse files
committed
debugging
1 parent 83624ed commit 128ebd5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wol.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ async function startProcessing(req, res) {
204204
}
205205

206206
if (!err && wakeDocker && woldEnabled) {
207+
logger.debug(
208+
`Sending WoL-D to ${ENV.woldURL}: ${JSON.stringify({ query })}`
209+
)
210+
207211
const dockerRes = await post(ENV.woldURL, { query })
208212

209213
if (dockerRes?.output && ENV.exposeLogs) {

0 commit comments

Comments
 (0)