Skip to content
Snippets Groups Projects
Select Git revision
  • c58bea19e09a987bac4a6b17ce146f5871205215
  • main default protected
  • latest
3 results

config.yml

Blame
  • user avatar
    Lennard authored
    ea2754e5
    History
    config.yml 495 B
    DataLogger:
        backupCount: 70 # number of datalogs to keep
        levels: # log level for outputting to file and to stdout respectivly
            - INFO
            - WARNING
    
    InfoLogger:
        backupCount: 10 # number of logs to keep
        maxBytes: 100000 # size of single log in bytes
        levels: # log level for outputting to file and to stdout respectivly
            - INFO
            - WARNING
    
    Data:
        factors: [1.855, 0, 0.923, -1] # factors for the 4 dms
        delta_time: 30 # time between logging data