Skip to content

Commit

Permalink
Set log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Sep 3, 2024
1 parent 1a2b2d5 commit 8388c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_applications/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def prepare_app_environments(
environments.append(tool.environment)
app_and_tool_labels.append(tool.full_name)

log.debug(
log.info(
"Will add environments for apps and tools: {}".format(
", ".join(app_and_tool_labels)
)
Expand Down

0 comments on commit 8388c4f

Please sign in to comment.