Files
LumberJack_TUI/README.md

732 B

This TUI program is for taking in an Apache2 access log file and providing an interactive interface to check your logs.

REQUIREMENTS:

NOTES:

  • The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create a local .env file with the locations you provided. If you mess up, just change them in the file for now.
    • I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application...

FUTURE CHANGES:

  • Filtering functionality
  • Sorting by column (asc/desc)