aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/ui/tripleo_ui_config.js.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/ui/tripleo_ui_config.js.erb b/templates/ui/tripleo_ui_config.js.erb
index 613042b..10e7279 100644
--- a/templates/ui/tripleo_ui_config.js.erb
+++ b/templates/ui/tripleo_ui_config.js.erb
@@ -22,7 +22,6 @@ window.tripleOUiConfig = {
//
'excludedLanguages': <%= @excluded_languages.to_json %>,
-
// Logging
- // 'loggers': ['console']
+ 'loggers': <%= @enabled_loggers.to_json %>
};