mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user