awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference
Apache License 2.0
984 stars 230 forks source link

Remove ineffective log4j 1 references from code #988

Open nskool opened 2 years ago

nskool commented 2 years ago

There are 3 places still using LOG_LOCATION as system properties:

ConfigManager.dumpConfigurations TestUtils launcher.gradle

log4j2 does not work with Java system properties, and instead relies on environment variables. These references can be removed.