Commit
ad4f165f2409eea7968c25bf7bf30f15219d3777
Exists in
master
and in
13 other branches
Validation_colab_sprint_30, check-port, generic-plugins, header_footer, mezuro-integration, move_out_plugins, plugin_extra_configs, proxy_base_template, proxy_hotspot, spb-release/3.0, stable, test, trac_indexing
Merge branch 'browserid' of github.com:TracyWebTech/colab into browserid
| @@ -85,6 +85,10 @@ LOGGING = { |
| @@ -85,6 +85,10 @@ LOGGING = { |
85
| 'handlers': ['console'], |
85
| 'handlers': ['console'], |
86
| 'propagate': False, |
86
| 'propagate': False, |
87
| }, |
87
| }, |
| |
88
| + 'django_browserid': { |
| |
89
| + 'handlers': ['sentry', 'console'], |
| |
90
| + 'level': 'DEBUG', |
| |
91
| + } |
88
| } |
92
| } |
89
| } |
93
| } |
90
| |
94
| |