Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ disable_logging
Method
disable_logging
logger.py:122–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
self.logger.success(
'\n'
+ message)
# Add newline for better readability
121
122
def
disable_logging(self):
123
logging.disable(logging.CRITICAL)
124
125
126
# Example usage
Callers
1
logger.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected