Added ToStdout, Clean, and CleanError to Log.
This commit is contained in:
parent
c1e565249c
commit
17152581a9
@ -15,9 +15,12 @@ type Configuration struct {
|
|||||||
WebDir string `yaml:"web_dir"`
|
WebDir string `yaml:"web_dir"`
|
||||||
User string `yaml:"user"`
|
User string `yaml:"user"`
|
||||||
Log struct {
|
Log struct {
|
||||||
Error string `yaml:"error"`
|
ToStdout bool `yaml:"stdout"`
|
||||||
Upload string `yaml:"upload"`
|
Error string `yaml:"error"`
|
||||||
Download string `yaml:"download"`
|
Upload string `yaml:"upload"`
|
||||||
|
Download string `yaml:"download"`
|
||||||
|
Clean string `yaml:"clean"`
|
||||||
|
CleanError string `yaml:"clean_error"`
|
||||||
} `yaml:"log"`
|
} `yaml:"log"`
|
||||||
Uploads struct {
|
Uploads struct {
|
||||||
Directory string `yaml:"directory"`
|
Directory string `yaml:"directory"`
|
||||||
|
Loading…
Reference in New Issue
Block a user