Skip to content

Commit

Permalink
added loglevel arg
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Mar 29, 2018
1 parent 4bfe48e commit 10d408c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rasa_nlu/run.py
Expand Up @@ -23,6 +23,9 @@ def create_argument_parser():

parser.add_argument('-m', '--model', required=True,
help="path to model")

utils.add_logging_option_arguments(parser, default=logging.INFO)

return parser


Expand Down

0 comments on commit 10d408c

Please sign in to comment.