Skip to content

Commit

Permalink
Merge pull request #22 from BigRoy/enhancement/log_info_tools_on_appl…
Browse files Browse the repository at this point in the history
…ication_launch

Set applications "tools" being used as info log instead of debug
  • Loading branch information
iLLiCiTiT authored Sep 3, 2024
2 parents 1a2b2d5 + 8388c4f commit 239e8fa
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 239e8fa

Please sign in to comment.