awslabs / multi-model-server

Multi Model Server is a tool for serving neural net models for inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove ineffective log4j 1 references from code

nskool opened this issue · comments

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.