-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the loggers on the arkouda_server are managed with a global configuration variable v defined in ServerConfig
Chapel allows config const values to be set via cmd line args such as --FooClass.v=true and we can take advantage of this feature to allow more customized logging configuration.
It may also be worth looking into a common log configuration format to allow groups of modules/classes to be turned on and off at once (i.e. something similar to how logback or log4j work... not the dynamic part, but the config file part). If we look at the (optional) config file the format should be something like yaml or json, and the order of override should be config file, overridden by command-line args.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request