mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
Pass application name in from start scripts
- allows logger to log as correct application
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from app import notify_celery, create_app
|
||||
|
||||
application = create_app()
|
||||
application = create_app('delivery')
|
||||
application.app_context().push()
|
||||
|
||||
Reference in New Issue
Block a user