hauke96 / sigolo

Simple golang logging thingy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write to file

hauke96 opened this issue · comments

It would be nice to define some outputs for sigolo. Something like

...,
"outputs": {
  "console”: true,
  "file": {
    "location": "./logs/"
  }
}

Maybe some more settings are needed, e.g. cut the file when it exceeds xMB.