Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Samohel <[email protected]>
  • Loading branch information
kalisp and antirotor authored Jul 31, 2024
1 parent c6211be commit d9a3f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_plugin_info(self):
"-allowStdOutLogVerbosity"
"-Unattended"
])
self.log.info(f"cmd-args::{cmd_args}")
self.log.debug(f"cmd-args::{cmd_args}")
deadline_plugin_info.CommandLineArguments = " ".join(cmd_args)

# if Perforce - triggered by active `publish_commit` instance!!
Expand Down

0 comments on commit d9a3f6d

Please sign in to comment.