equuleus 0.1.0

An open source cross-platform serial port emulator.
Documentation
appenders:
  stdout:
    kind:        console
  filesystem:
    kind:        rolling_file
    path:        "tmp/log.txt"
    policy:
      kind:      compound
      trigger:
        kind:    size
        limit:   50mb
      roller:
        kind:    fixed_window
        base:    1
        count:   100
        pattern: "tmp/logs/{}.log"

root:
  level:         debug
  appenders:
    - stdout
    - filesystem