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/logConfig.yaml
balandi1 027adef642 Code and formatting fixes
Changed the shorthand for log config flag.
Fixed formatting as mentioned.
Removed unnecessary function declarations from elektronLogger interface.
Disabled schedWindow and clsfnTaskDistrOverhead in config file.
2019-12-09 10:55:34 -05:00

32 lines
619 B
YAML

schedTrace:
enabled: true
filenameExtension: _schedTrace.log
allowOnConsole: true
sps:
enabled: false
filenameExtension: _schedPolicySwitch.log
allowOnConsole: true
console:
enabled: true
filenameExtension: _console.log
minLogLevel: debug
allowOnConsole: true
pcp:
enabled: true
filenameExtension: .pcplog
allowOnConsole: false
schedWindow:
enabled: false
filenameExtension: _schedWindow.log
allowOnConsole: true
clsfnTaskDistrOverhead:
enabled: false
filenameExtension: _classificationOverhead.log
allowOnConsole: true
format:
- level
- timestamp
- message
- fields