Updated log format for SPS

This commit is contained in:
Bhargavi Hanumant Alandikar 2019-12-09 11:24:47 -05:00 committed by GitHub
parent 053fc02ac0
commit ad78b7827e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ The logs are written to a file named _\<logFilePrefix\>\_\<timestamp\>\_schedPol
The format of the data logged is as shown below.
```
<yyyy/mm/dd> <hh:mm:ss> <sched policy name>
[<loglevel>]: <yyyy-mm-dd> <hh:mm:ss> <sched policy name>
```
_Note: The names of the scheduling policies can be found [here](https://gitlab.com/spdf/elektron/blob/master/schedulers/store.go#L14)_