Updated my error log functionality to go to an error.log file instead of to the console.

This commit is contained in:
rapturate
2026-06-09 14:57:38 -04:00
parent 791e0778e3
commit dd34fa55ec
4 changed files with 50 additions and 6 deletions

10
.env
View File

@@ -1,2 +1,8 @@
DB_PATH=/home/rapturate/Code/cpp/parselog_cli/data/GeoLite2-City.mmdb
LOG_PATH=/home/rapturate/Code/cpp/parselog_cli/test_logs/access.log.txt
# ParseLogCLI Global Environment Configuration
# Generated on 2026-06-09
# Path to the MaxMind GeoLite2 City Database binary
DB_PATH=data/GeoLite2-City.mmdb
# Absolute or relative path to the server access logs target file
LOG_PATH=test_logs/access.log.txt