Skip to content

Commit

Permalink
Merge pull request #577 from PrefectHQ/hotfix/logger
Browse files Browse the repository at this point in the history
hotfix logger
  • Loading branch information
zzstoatzz authored Sep 13, 2023
2 parents 8d182a4 + fe9c58a commit e1b2f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/marvin/core/ChatCompletion/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ async def achain(
fn_args = message.get("function_call", {}).get("arguments")

logger.debug_kv(
f"Running function [{fn_name} with payload: {fn_args}",
"Function",
f"Running {fn_name!r} with payload: {fn_args}",
key_style="green",
)
try:
Expand Down

0 comments on commit e1b2f05

Please sign in to comment.