Skip to content

Commit 3aae8c2

Browse files
authored
Merge pull request #69 from codeflash-ai/remove_parso_debug_statement
reduce logger.debug spam from parso
2 parents 8ef811e + 89c0843 commit 3aae8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828

2929
logger = logging.getLogger("rich")
30-
30+
logging.getLogger('parso').setLevel(logging.WARNING)
3131

3232
def paneled_text(
3333
text: str, panel_args: dict[str, str | bool] | None = None, text_args: dict[str, str] | None = None

0 commit comments

Comments
 (0)