1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-05 06:46:48 +00:00

writing to log file for REQn messages

This commit is contained in:
postmannen 2021-04-12 17:03:10 +02:00
parent 64909bfe17
commit 4fde415648

View file

@ -762,7 +762,7 @@ func (m methodREQnCliCommand) handler(proc process, message Message, node string
// Prepare and queue for sending a new message with the output
// of the action executed.
newReplyMessage(proc, message, REQTextToConsole, out)
newReplyMessage(proc, message, REQTextToLogFile, out)
}
}()