Removed stdout option from config.
This commit is contained in:
parent
1e07928b2c
commit
b50c411922
@ -7,8 +7,6 @@ listen_on: "unix /var/run/dwelling-upload/sock"
|
|||||||
hash_salt: "iyP3oZWHI3xO3XBF7s78Vg"
|
hash_salt: "iyP3oZWHI3xO3XBF7s78Vg"
|
||||||
# Logging options.
|
# Logging options.
|
||||||
log:
|
log:
|
||||||
# Output messages to stdout as well as to theirs files.
|
|
||||||
stdout: true
|
|
||||||
# dwelling-upload logs.
|
# dwelling-upload logs.
|
||||||
error: "/var/log/dwelling-upload/error.log"
|
error: "/var/log/dwelling-upload/error.log"
|
||||||
upload: "/var/log/dwelling-upload/upload.log"
|
upload: "/var/log/dwelling-upload/upload.log"
|
||||||
|
@ -15,7 +15,6 @@ type Configuration struct {
|
|||||||
User string `yaml:"user"`
|
User string `yaml:"user"`
|
||||||
Chroot string `yaml:"chroot"`
|
Chroot string `yaml:"chroot"`
|
||||||
Log struct {
|
Log struct {
|
||||||
ToStdout bool `yaml:"stdout"`
|
|
||||||
Error string `yaml:"error"`
|
Error string `yaml:"error"`
|
||||||
Upload string `yaml:"upload"`
|
Upload string `yaml:"upload"`
|
||||||
Download string `yaml:"download"`
|
Download string `yaml:"download"`
|
||||||
|
Loading…
Reference in New Issue
Block a user