Skip to content

Commit 3f33f62

Browse files
committed
remove deprecated logging function
1 parent a4fc1db commit 3f33f62

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,18 +241,11 @@ with D3Session('localhost', 80, ["mymodule"]) as session:
241241
By default, `designer_plugin` logging is disabled. To enable it:
242242

243243
```python
244-
# Quick debug mode
245-
from designer_plugin.logger import enable_debug_logging
246-
enable_debug_logging()
247-
248-
# Or configure via standard logging
249244
import logging
250245
logging.basicConfig(level=logging.INFO)
251246
logging.getLogger('designer_plugin').setLevel(logging.DEBUG)
252247
```
253248

254-
For production, use your application's logging configuration instead of `enable_debug_logging()`.
255-
256249
<br/>
257250

258251
# License

0 commit comments

Comments
 (0)