raythurman2386 / cognibot

Discord bot built with Pycord that offers AI chat and image generation inside of Discord. Image generations are saved in cloudinary and hosted online for all to download.
GNU General Public License v3.0
2 stars 1 forks source link

dashboard-logs #81

Closed raythurman2386 closed 2 months ago

raythurman2386 commented 2 months ago

Description

This PR introduces a new feature to display the last 20 lines of the application log on the dashboard using HTMX. The log section is updated dynamically every 30 seconds without requiring a full page refresh. This improves the real-time monitoring of logs while maintaining the efficiency of the Raspberry Pi hosting the Flask app.

Changes:

Type of change

Checklist