- A static copy of the DBIP database is now included for use when a copy of the MaxMind GeoLite2 Country database is not installed (Closes #275)
- Add `ip_db_path` to as a parameter and `general` setting for a custom IP geolocation database location (Closes #184)
- Search default Homebrew path when searching for a copy of the MaxMind GeoLite2 Country database (Closes #272)
- Fix log messages written to root logger (PR #276)
- Fix `--offline` option in CLI not being passed as a boolean (PR #265)
- Set Elasticsearch shard replication to `0` (PR #274)
- Add support for syslog output (PR #263 closes #227)
- Do not print TQDDM progress bar when running in a no-interactive TTY (PR #264)
This commit is contained in:
Sean Whalen
2021-12-07 10:19:41 -05:00
parent 16fb7bca2c
commit 51eea6c08d
9 changed files with 138 additions and 48 deletions

5
.gitignore vendored
View File

@@ -118,7 +118,8 @@ output/
# Data files
*.dat
*.mmdb
GeoIP*
GeoLite*
# Temp files
tmp/
@@ -127,5 +128,3 @@ tmp/
prod*.ini
stage*.ini
dev*.ini
*.mmdb