Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.2.0
-
None
-
None
-
1
Description
The logging meter right now, if set to 5s interval prints:
{
|
"meta":{
|
"emit_interval_s":5000.0
|
},
|
"operations":{
|
"kv":{
|
....
|
}
|
}
|
Note that the interval should be in seconds (as the attribute says) but is actually printed in millis as the value.