go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

[DOCS] Example of documentation (doc/configuration.md) is now misleading, the log will be placed in the root #828

Open syatihoko opened 4 months ago

syatihoko commented 4 months ago

Carbonapi docs Example path logger, point to directory /var/log [doc/configuration.md]


      encodingTime: "iso8601"
      encodingDuration: "seconds"
    - logger: ""
      _file: "carbonapi.log"_
      **file: "/var/log/carbonapi.log"**
      level: "info"
      encoding: "jso
```n"