sigoden / dufs

A file server that supports static serving, uploading, searching, accessing control, webdav...
Other
5.45k stars 259 forks source link

FR: add optional logging path #381

Closed steadfasterX closed 2 months ago

steadfasterX commented 2 months ago

Specific Demand

it would be a great help if we could specify a separate logfile instead of using the system log.

Implement Suggestion

config.yml option: log-file: /path/to/log

if unset or set to default it would behave like it is now (i.e. writing to the system log)

steadfasterX commented 2 months ago

that was... impressive fast :D many thanks!