Skip to content

Commit 7f16059

Browse files
committed
remove icecream padding
1 parent 910443d commit 7f16059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acai_aws/common/logger/common_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ def __log_inline(self, **kwargs):
5252
trace = self.__get_traceback()
5353
prefix = f"{trace}{kwargs['level']}|"
5454
log = kwargs['log']
55-
ic.configureOutput(prefix=prefix)
55+
ic.configureOutput(prefix=prefix, outputFunction=print)
5656
ic(log)

0 commit comments

Comments
 (0)