feat: Implement comprehensive log viewer with advanced features

- Add new log viewer component in admin tools
- Support dynamic log file browsing and content display
- Implement custom scrollbar for log content
- Add log file refresh, download, and view capabilities
- Update environment variables for log configuration
- Enhance logging system with more flexible configuration options
This commit is contained in:
StarFleetCPTN
2025-03-11 20:50:47 -07:00
parent ed81b2c9be
commit a8b4588ecb
15 changed files with 634 additions and 761 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ services:
- TZ=UTC
- DATA_DIR=/app/data
- BACKUP_DIR=/app/backups
- GOMFT_LOGS_DIR=/app/data/logs
# - GOMFT_LOG_LEVEL=info
- LOGS_DIR=/app/data/logs
# - LOG_LEVEL=info
networks:
- gomft-network