From da8f0dbb931e7701bde807186bd9e9ae32cde114 Mon Sep 17 00:00:00 2001 From: ntohidi Date: Thu, 22 May 2025 11:25:51 +0200 Subject: [PATCH] fix(browser_profiler): change logger print to info for consistent logging in interactive manager --- crawl4ai/browser_profiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl4ai/browser_profiler.py b/crawl4ai/browser_profiler.py index 961ba740..41efd4b0 100644 --- a/crawl4ai/browser_profiler.py +++ b/crawl4ai/browser_profiler.py @@ -458,7 +458,7 @@ class BrowserProfiler: self.logger.info("4. Exit", tag="MENU", base_color=LogColor.MAGENTA) exit_option = "4" - self.logger.print(f"\n[cyan]Enter your choice (1-{exit_option}): [/cyan]", end="") + self.logger.info(f"\n[cyan]Enter your choice (1-{exit_option}): [/cyan]", end="") choice = input() if choice == "1":