Skip to content

Commit

Permalink
Update depth level
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jul 3, 2024
1 parent 8d43c11 commit 42a6291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/src/vizro/models/_action/_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _action_callback_function(
) -> Any:
logger.debug("===== Running action with id %s, function %s =====", self.id, self.function._function.__name__)
if logger.isEnabledFor(logging.DEBUG):
logger.debug("Action inputs:\n%s", pformat(inputs, depth=2, width=200))
logger.debug("Action inputs:\n%s", pformat(inputs, depth=3, width=200))
logger.debug("Action outputs:\n%s", pformat(outputs, width=200))

if isinstance(inputs, Mapping):
Expand Down

0 comments on commit 42a6291

Please sign in to comment.