diff --git a/config.js b/config.js
index f46b736f82..c64c1137bd 100644
--- a/config.js
+++ b/config.js
@@ -78,3 +78,13 @@ var config = { // eslint-disable-line no-unused-vars
// edit their profile.
enableUserRolesBasedOnToken: false
};
+
+// Logging configuration
+var loggingConfig = { // eslint-disable-line no-unused-vars
+ //default log level for the app and lib-jitsi-meet
+ defaultLogLevel: 'trace',
+ // Option to disable LogCollector (which stores the logs on CallStats)
+ //disableLogCollector: true,
+ // Logging level adjustments for verbose modules:
+ 'modules/xmpp/strophe.util.js': 'log'
+};
diff --git a/index.html b/index.html
index ea2bb8663c..0fb470a14c 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,6 @@
-
diff --git a/logging_config.js b/logging_config.js
deleted file mode 100644
index 54103c1e86..0000000000
--- a/logging_config.js
+++ /dev/null
@@ -1,9 +0,0 @@
-// Logging configuration
-var loggingConfig = { // eslint-disable-line no-unused-vars
- //default log level for the app and lib-jitsi-meet
- defaultLogLevel: 'trace',
- // Option to disable LogCollector (which stores the logs on CallStats)
- //disableLogCollector: true,
- // Logging level adjustments for verbose modules:
- 'modules/xmpp/strophe.util.js': 'log'
-};
\ No newline at end of file