Updated my error log functionality to go to an error.log file instead of to the console.
This commit is contained in:
10
.env
10
.env
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user