This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/docs/data/ScheduledTrace.md
2019-12-09 11:21:27 -05:00

496 B

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.

[<loglevel>]: <yyyy-mm-dd> <hh:mm:ss> <hostname>=<task ID>