Skip to content

Application used for managing log files generated from various applications.

Notifications You must be signed in to change notification settings

carpenlc/LogMgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogMgmt

Application used for managing log files generated from various applications. This tool, combined with the Linux logrotate scripts, were created for a customer with a legal obligation to never (well, almost never) actually delete a log file.

Download and Build the Source

  • Minimum requirements:
    • Java Development Kit (v1.8.0 or higher)
    • GIT (v1.7 or higher)
    • Maven (v3.3 or higher)
  • Download source
# cd /var/local
# git clone https://github.com/carpenlc/LogMgmt.git
  • Build the source
# cd LogMgmt
# mvn clean package install

About

Application used for managing log files generated from various applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published