3 dépôts
Provides admin panel buttons to view and clear application log files without server access.
Distinct from Admin Panel Frameworks: Distinct from Admin Panel Frameworks: focuses on log file operations within the admin interface, not framework construction.
Explore 3 awesome GitHub repositories matching web development · Log File Management. Refine with filters or upvote what's useful.
OctoPrint is a web-based platform for remotely controlling and monitoring 3D printers. It provides a browser dashboard to start, pause, cancel, and track print jobs, while streaming real-time printer status, temperature, and progress updates. The system is built around a plugin-based architecture that allows extending core functionality, and it offers a documented REST API for programmatic printer control and data management. The platform distinguishes itself through its comprehensive automation and extensibility capabilities. It supports event-driven workflows that automatically execute cust
Returns a list of all log files stored on the server so users can choose which to retrieve.
Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w
Empties the log file through a button in the admin interface without requiring server access.
Ce projet est une interface de visualisation et de gestion de journaux basée sur le web conçue spécifiquement pour les applications Laravel. Elle sert de tableau de bord centralisé pour parcourir, rechercher et gérer les journaux système sans nécessiter d'accès direct aux fichiers bruts ou SSH. Le système fonctionne comme un agrégateur de journaux multi-hôtes, utilisant un proxy distant pour visualiser et indexer les journaux de plusieurs serveurs en un seul endroit. Il inclut un analyseur basé sur des expressions régulières qui interprète les données structurées provenant de fichiers journaux non standard, permettant des définitions de format de journal personnalisées et un mappage des niveaux de gravité. Les capacités étendues incluent la navigation de fichiers basée sur l'index avec stockage compressé pour la performance, la recherche globale par blocs et la possibilité de filtrer les traces de pile spécifiques à l'application. Le projet fournit également une API programmatique pour la récupération de journaux et la gestion des dossiers, ainsi qu'une couche de sécurité de contrôle d'accès basée sur des middleware pour protéger les environnements de production.
Provides a web interface to read, search, and manage system log files without direct server access.