Flag for Logger Config yaml file name
Removed yaml filename from env.go and added its flag to scheduler.go
This commit is contained in:
parent
ef6d154d06
commit
24dbbb208f
5 changed files with 8 additions and 9 deletions
|
@ -26,5 +26,3 @@ var RaplPassword = "RAPL_PSSWD"
|
|||
|
||||
// Location of the script that sets the powercap value for a host.
|
||||
var RaplThrottleScriptLocation = "RAPL_PKG_THROTTLE_SCRIPT_LOCATION"
|
||||
|
||||
var LogConfigYaml = "logConfig.yaml"
|
||||
|
|
Reference in a new issue