Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _should_log_info
Method
_should_log_info
lib/sqlalchemy/log.py:104–105 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
102
return
self.logger.isEnabledFor(logging.DEBUG)
103
104
def
_should_log_info(self) -> bool:
105
return
self.logger.isEnabledFor(logging.INFO)
106
107
108
class
InstanceLogger:
Callers
3
__init__
Method · 0.80
_lru_size_alert
Method · 0.80
test_levels
Method · 0.80
Calls
1
isEnabledFor
Method · 0.80
Tested by
1
test_levels
Method · 0.64