m_server 0.3.0-alpha

A minimal HTTP server framework for delivering JSON data. ALPHA: NOT READY FOR PRODUCTION!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
refresh_rate: 30 seconds
appenders:
  stdout:
    kind: console
  file:
    kind: file
    path: "log/output.log"
    encoder:
      pattern: "{d} - {l} - {m}\n"

root:
  level: debug
  appenders:
    - stdout
    - file