Skip to content

Commit

Permalink
production log is not known and may be unknowable
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo authored Mar 30, 2022
1 parent e567459 commit 811c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle-list-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

logging.basicConfig(stream=sys.stdout, level=logging.INFO)

log_types = ['unicorn', 'exceptions', 'auth', 'gitauth', 'production', 'syslog' ]
log_types = ['unicorn', 'exceptions', 'auth', 'gitauth', 'syslog' ]
skip_list = ['system-logs/auth']

def get_processor(log_type):
Expand Down

0 comments on commit 811c1d6

Please sign in to comment.