33 Commits

Author SHA1 Message Date
Admin9705
7fc103572f Refactor logging across multiple modules to reduce verbosity and improve clarity. Removed redundant debug logs related to application initialization, request path checks, and polling intervals. Enhanced log polling setup to utilize user-configured intervals, ensuring more efficient log management. 2025-06-14 19:36:34 -04:00
Admin9705
a801a16683 Refactor history management to a dedicated Hunt Manager module. Update database initialization to support migration from the main database. Modify frontend components to replace 'History' with 'Hunt Manager', including navigation and section updates. Enhance logging for database operations and migration processes. 2025-06-14 13:36:18 -04:00
Admin9705
6862a1164a Refactor logging configuration to disable basic logging setup and prevent duplicate messages. Update frontend polling intervals for various components, increasing API sync intervals from 10 seconds to 30 seconds, and from 30 seconds to 2 minutes, while also adjusting log polling from 2 seconds to 5 seconds for improved performance and reduced load. 2025-06-13 01:13:22 -04:00
Admin9705
6c82a28581 Refactor logging system to utilize a database-only approach, removing file-based logging. Update Dockerfile and workflows to reflect changes in log storage, and modify documentation to guide users on accessing logs from the database. Enhance logging setup in the application to ensure compatibility with the new system. 2025-06-13 00:28:19 -04:00
Admin9705
48bf12b21f Enhance logging system by introducing a database logging handler for clean log messages, replacing file-based logging for the web UI. Update the logging setup to include both file and database handlers, ensuring compatibility and improved logging reliability. Register new log routes in the web server for better log management. 2025-06-13 00:04:51 -04:00
Admin9705
6420b9e93b Implement database integration for settings management and update .gitignore for local development data 2025-06-12 17:58:26 -04:00
Admin9705
b28ab0ad34 feat: initialize timezone from environment variable and enhance documentation for timezone settings 2025-06-08 08:51:44 -04:00
Admin9705
155e415c74 refactor: move auth mode logging from per-request to startup only 2025-06-07 18:16:11 -04:00
Admin9705
d946723f42 feat: implement clean logging system for simplified frontend log display 2025-06-05 09:25:30 +02:00
Admin9705
5b1e878a5c Update logging configuration and enhance log entry handling - Modified Docker Compose to use local time settings, implemented a custom logging formatter for local time in Python, and improved log entry insertion in the frontend to maintain chronological order. This ensures consistent timestamp formatting and better user experience in log management. 2025-06-02 23:07:11 +02:00
Admin9705
d417e0dfe9 feat: implement graceful shutdown for Waitress server and reduce background thread timeout 2025-05-31 23:20:22 +02:00
Admin9705
5ee813de22 refactor: extract main logic into separate function and improve shutdown handling 2025-05-18 12:15:32 -04:00
Admin9705
066a02ed73 refactor: centralize config paths with new cross-platform config_paths module 2025-05-18 12:03:26 -04:00
Admin9705
f7b25d6bf2 update 2025-05-04 17:34:06 -04:00
Admin9705
f22deaa193 update 2025-05-01 01:01:33 -04:00
Admin9705
42b11cdd36 angel fix 2025-04-23 22:00:29 -04:00
Admin9705
ee9f7bd9e9 removed /primary 2025-04-23 07:33:50 -04:00
Admin9705
7c7590fccb update 2025-04-13 12:54:39 -04:00
Admin9705
96f09cf13b alignment 2025-04-13 12:44:07 -04:00
Admin9705
55a1c14221 inital 4 push 2025-04-09 21:20:33 -04:00
Admin9705
9be7bea5d6 warning update 2025-04-09 19:46:54 -04:00
Admin9705
c71125e385 update 2025-04-09 19:39:01 -04:00
Admin9705
4d388e7f95 update 2025-04-09 19:18:54 -04:00
Admin9705
37d7d32a9f update 2025-04-09 19:00:28 -04:00
Admin9705
9e9b2706d6 updates 2025-04-08 14:11:10 -04:00
Admin9705
79d58d13bb update 2025-04-08 13:54:06 -04:00
Admin9705
873b13f1af url updates 2025-04-08 12:07:27 -04:00
Admin9705
c6b8c6e924 update 2025-04-08 08:11:59 -04:00
Admin9705
214eec89fb enable/disable web ui 2025-04-07 14:41:50 -04:00
Admin9705
281f03835d update 2025-04-07 13:42:24 -04:00
Zachary Patten
d8dc6ccd45 - Wait for commands to complete to avoid overloading the command queue
- Add a minimum donwload queue size to avoid overloading the download queue
2025-04-06 12:44:33 -05:00
Admin9705
66be57452e update 2025-04-05 22:52:20 -04:00
Admin9705
687ee5ec58 update 2025-04-05 22:21:39 -04:00