Skip to content

Commit 20302ba

Browse files
committed
Rename logger
1 parent 2291aeb commit 20302ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapy_playwright/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
PlaywrightHandler = TypeVar("PlaywrightHandler", bound="ScrapyPlaywrightDownloadHandler")
2727

2828

29-
logger = logging.getLogger(__name__)
29+
logger = logging.getLogger("scrapy-playwright")
3030

3131

3232
def _make_request_handler(

0 commit comments

Comments
 (0)