Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 440 |
Technical Name |
debug_logger |
License | LGPL-3 |
Website | https://github.com/Paulius11/debug_logger |
Debug Logger
Version 17.0.1.0.0
This module is designed for Odoo Community Edition, providing advanced debugging capabilities and comprehensive logging of database operations to help developers track and troubleshoot issues efficiently.
Features:
- Configure logging settings through a user-friendly interface. Choose which operations to track and specify models to monitor.
- View and analyze stored log entries with detailed information about each operation, including the user who performed it and complete operation data.
- Track various database operations including create, write, unlink, search, and search_read operations with comprehensive data capture.
- Manage log storage with automatic cleanup features to maintain system performance while keeping important debugging information.
Technical Features:
- Thread-safe implementation with recursion prevention
- Configurable per-model logging
- Automatic cleanup of old log entries
- Custom method tracking support
- Detailed operation data storage
Benefits:
- Faster debugging and issue resolution
- Enhanced development workflow
- Better understanding of data flow
- Improved system monitoring
Configuration
After installation, access Debug Tools â Logger Settings to configure:
- Operations to log (create, write, unlink, search)
- Models to monitor
- Storage settings and cleanup rules
- Logging activation/deactivation
Note
This module is designed for development and debugging purposes. Consider the performance impact when enabling extensive logging in production environments.
Please log in to comment on this module