Add logger command - also migrate from old config to newer config

This commit is contained in:
Harshavardhana
2015-10-20 00:33:53 -07:00
parent e8892a9f3c
commit 56003fded7
13 changed files with 538 additions and 188 deletions

View File

@@ -28,6 +28,12 @@ var (
Usage: "ADDRESS:PORT for cloud storage access.",
}
loggerFlag = cli.StringFlag{
Name: "logger",
Value: "none",
Usage: "Choose type of logging. Available options are [file, mongo, syslog]",
}
accessLogFlag = cli.BoolFlag{
Name: "enable-accesslog",
Hide: true,