degCol: Logger for storing degree of colocation
degCol: logger
This commit is contained in:
parent
b58ffdbdd6
commit
abadb9a328
5 changed files with 26 additions and 0 deletions
|
@ -18,6 +18,7 @@ func newLogger() *LoggerDriver {
|
|||
SCHED_TRACE: true,
|
||||
SUCCESS: true,
|
||||
PCP: true,
|
||||
DEG_COL: true,
|
||||
},
|
||||
}
|
||||
return logger
|
||||
|
|
Reference in a new issue