Merged in akash/LogPolicySwitch (pull request )

Scheduling Policy Switch Logger

Approved-by: Pradyumna Kaushik <pkaushi1@binghamton.edu>
This commit is contained in:
Akash Kothawale 2018-02-11 13:11:42 +00:00 committed by Pradyumna Kaushik
parent 3fa4a45ca7
commit b1bd21f730
11 changed files with 94 additions and 4 deletions
logging/def

View file

@ -19,6 +19,7 @@ func newLogger() *LoggerDriver {
SUCCESS: true,
PCP: true,
DEG_COL: true,
SPS: true,
},
}
return logger