Skip to content

Commit

Permalink
Fix #126
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Dec 18, 2015
1 parent a1d8158 commit b52aad0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions huey/djhuey/management/commands/run_huey.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ class Command(BaseCommand):
type='float',
help='Maximum delay between polling requests'
),
make_option('--logfile', '-l',
dest='logfile',
type='string',
help='Write logs to FILE',
metavar='FILE',
),
make_option('--verbose', '-v',
dest='verbose',
action='store_true',
help='Verbose logging',
),
)

def autodiscover_appconfigs(self):
Expand Down

0 comments on commit b52aad0

Please sign in to comment.