Description for scheduled trace log.

This commit is contained in:
Pradyumna Kaushik 2018-10-05 22:41:39 -04:00
parent 1902d1a3e8
commit 598acf75f2

View file

@ -0,0 +1,14 @@
# Scheduled Trace
For every task that is scheduled, the task ID and the hostname of the node on which it was
launched is logged.
The scheduled trace logs are written to a file named _\<logFilePrefix\>\_\<timestamp\>_schedTrace.log_, where
* _logFilePrefix_ is the prefix provided using the `-logPrefix` option.
* _timestamp_ corresponds to the time when _Elektron_ was run.
The format of the data logged is as shown below.
```
<yyyy/mm/dd> <hh:mm:ss> <hostname>:<task ID>
```