mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 05:02:04 +03:00
voice wake: log ssh command at info level
This commit is contained in:
@@ -142,7 +142,7 @@ enum VoiceWakeForwarder {
|
|||||||
args.append(contentsOf: ["sh", "-c", self.commandWithCliPath(rendered, target: destination)])
|
args.append(contentsOf: ["sh", "-c", self.commandWithCliPath(rendered, target: destination)])
|
||||||
|
|
||||||
let debugCmd = (["/usr/bin/ssh"] + args).joined(separator: " ")
|
let debugCmd = (["/usr/bin/ssh"] + args).joined(separator: " ")
|
||||||
self.logger.debug("voice wake ssh cmd=\(debugCmd, privacy: .public)")
|
self.logger.info("voice wake ssh cmd=\(debugCmd, privacy: .public)")
|
||||||
|
|
||||||
self.logger.info("voice wake forward starting host=\(userHost, privacy: .public)")
|
self.logger.info("voice wake forward starting host=\(userHost, privacy: .public)")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user