HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
351 stars 54 forks source link

Replace structlog with logging #114

Closed dimaqq closed 3 years ago

dimaqq commented 3 years ago

to close #113

dimaqq commented 3 years ago

@ojii ping?

ojii commented 3 years ago

@ojii ping?

Personally I really dislike stdlib logging. I find it's interface ridiculous. For my needs structlog always "just works" which I appreciate. but I feel this is a discussion I won't win, so I guess this is "fine"...

Do tests still output logs by default? That was a useful feature of structlog to debug issues.