1) Added clickable column names for sorting (asc/desc)
2) Added Date/Time column 3) Fixed some spacing issues on standard column 4) Changed .env to lumberjack.config 5) Fixed the issue where the .env/lumberjack.config file was trunctated with bad file locations on start. 6) Updated env.hpp/.cpp to be config.hpp/.cpp and the parent directory to be config referencing.
This commit is contained in:
@@ -14,7 +14,7 @@ include(FetchContent)
|
||||
add_library(LumberJack_core
|
||||
log_parsing/log_parsing.cpp
|
||||
ip_to_geo/ip_to_geo.cpp
|
||||
env_reader/env.cpp
|
||||
config_reader/config.cpp
|
||||
third_party/src/GeoLite2PP.cpp
|
||||
third_party/src/GeoLite2PP_error_category.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user