Adds support for --verbose and verbose option when running ParseServer (#1414)

This commit is contained in:
Florent Vilmart
2016-04-07 18:07:52 -04:00
parent 616ac71623
commit cedac3fda6
4 changed files with 13 additions and 14 deletions

View File

@@ -170,5 +170,9 @@ export default {
env: "PARSE_SERVER_SESSION_LENGTH",
help: "Session duration, defaults to 1 year",
action: numberParser("sessionLength")
},
"verbose": {
env: "VERBOSE",
help: "Set the logging to verbose"
}
};