Revision b68bd390 cloudcms/synnefo_settings.py

b/cloudcms/synnefo_settings.py
111 111

  
112 112
loggers = {
113 113
    'cloudcms.rstimport': {
114
        'handlers': ['console'],
115
        'level': 'DEBUG'
114
        'level': 'WARNING'
116 115
    },
117 116
    'cloudcms': {
118
        'handlers': ['console'],
119
        'level': 'DEBUG'
117
        'level': 'WARNING'
120 118
    }
121 119
}
122 120

  

Also available in: Unified diff