Skip to content
/ logarr Public
forked from Monitorr/logarr

Self-hosted, single-page, log consolidation tool written in PHP

License

Notifications You must be signed in to change notification settings

rob1998/logarr

 
 

Repository files navigation

logarr

- Logarr is a Self-hosted, single-page, log consolidation tool written in PHP

version [MASTER]

Docker build [DOCKER]

Version: v4.1d [DEVELOP]

NOTICE (12 FEB 18): If updating to from ANY version prior to 4.0, you will need to re-create your config.php file in /assets/config/. You can do this by renaming your old config file, coping the config.sample-12feb18.php to config.php, and then edit the newly created config.php file with your values.

Features:

Latest major change: Application update via GUI

  • Fully self-hosted, no applications to install
  • Live display of any .log, .txt, etc. file on the hosting webserver
  • Log auto-update enable/disable switch
  • Mobile ready (ish)
  • Reverse display of logs / line numbering - most recent log entries are at the top (updated)
  • Consolidated search & highlight function (Update)
  • Collapsible log tiles with scroll to top feature/auto collapse log display (Updated)
  • Log file size and path display
  • Error term auto-highlighting for quick reference (update)
  • Localized server DTG display
  • Ridiculously easy to configure

Features in development:

  • Log rolling option
  • Settings page

Screenshot:

logarr

Quick Start:

  1. Clone/download repository to your webserver
  2. Browse to <localhost\domain>/logarr/index.php (config.php will be auto populated in /assets/config/config.php)
  3. Configure log paths: Edit the file \assets\config\config.php
  4. Edit permissions for LOG files so your webserver can display the data
  5. Navigate to your <localhost\domain>/logarr/index.php
  6. Chill

Connect:

About Us:

Credits:

CSS

About

Self-hosted, single-page, log consolidation tool written in PHP

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.9%
  • PHP 28.8%
  • CSS 20.3%