Merged in akash/LogPolicySwitch (pull request #4)
Scheduling Policy Switch Logger Approved-by: Pradyumna Kaushik <pkaushi1@binghamton.edu>
This commit is contained in:
parent
3fa4a45ca7
commit
b1bd21f730
11 changed files with 94 additions and 4 deletions
logging/def
|
@ -19,6 +19,7 @@ func newLogger() *LoggerDriver {
|
|||
SUCCESS: true,
|
||||
PCP: true,
|
||||
DEG_COL: true,
|
||||
SPS: true,
|
||||
},
|
||||
}
|
||||
return logger
|
||||
|
|
Reference in a new issue