Skip to content

Commit

Permalink
Updates write config task to warn level.
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed Dec 11, 2024
1 parent af9c9cf commit 6362aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public abstract class WriteConfigFileTask : DefaultTask() {
executeShellCommand("mkdir -p $remotePath", loggingReceiver)

val configFile = "$remotePath/$configFileName"
logger.debug("DeviceConnector '$deviceName': writing config TestRunConfig(isRecording=${config.isRecording}, deviceName=${config.deviceName}) to $configFile")
logger.warn("DeviceConnector '$deviceName': writing config TestRunConfig(isRecording=${config.isRecording}, deviceName=${config.deviceName}) to $configFile")
executeShellCommand(
"echo '${config.write()}' > $configFile",
loggingReceiver,
Expand Down

0 comments on commit 6362aac

Please sign in to comment.