Steps to reproduce
- Set debug level to "info" in NethCTI server configuration
- Start NethCTI server during normal operation
- Monitor the application logs
- Observe log output when database operations occur
Expected behavior
Database connection logs should be clean and contain only relevant information at "info" level without unnecessary debug output or verbose connection details.
Actual behavior
Database connection plugin generates excessive and cluttered log output even at "info" debug level, making it difficult to identify important events and debug issues. The logs contain verbose connection details and debug information that pollute the log stream.
Components
NethCTI Server - Database Connection Plugin (dbconn_main.js)