System

Required fields:

system_id

The identification name of the system.

application

The reference name to the application the logger operates on (for your reference only, will not be send).

file_log_level

The level to which system logs are stored to the System/log folder. (fatal/error/warn/info/debug)

repl_log_level

The level to which system logs are reported via REPL. (fatal/error/warn/info/debug)

Optional fields:

utc_time_offset_hours

Offset to UTC in hours

utc_time_offset_minutes

Offset to UTC in minutes

Usb_wake

-id

usb_wakeup

wake_interval

cron interval

Example

Omc048:
    system_id: Scrilo
    application: Generic_logger
    file_log_level: warn
    repl_log_level: info
    utc_time_offset_hours: +1
    utc_time_offset_minutes: +0

    Usb_wake:
    - id: usb_wakeup
    wake_interval: "0,30 * * * *"