{
  "log": {
    "disabled": false,
    "level": "info",
    "output": "box.log",
    "timestamp": true
  }
}
Disable logging, no output after start.
Log level. One of: trace debug info warn error fatal panic.
Output file path. Will not write log to console after enable.
Add time to each line.