~stephen-stewart/ubuntu-webcatalog/update-global-header

« back to all changes in this revision

Viewing changes to src/webcatalog/schema.py

[r=lukasz-czyzykowski] Separate logging configs for webapp and import command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                'software-center.ubuntu.com',
76
76
                'myapps.developer.ubuntu.com',
77
77
            ])
 
78
        webapp_log_path = schema.StringOption(
 
79
            default='./tmp/webapp.log')
 
80
        log_format = schema.StringOption(
 
81
            default='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
78
82
 
79
83
    class google(schema.Section):
80
84
        google_analytics_id = schema.StringOption()