diff --git a/bigbluebutton-html5/private/config/settings-development.json b/bigbluebutton-html5/private/config/settings-development.json
index 756e857cfd831d51eb3ae3c581ad8db4d3683261..5a4ee8d4dcf7d8a758e7f65c9f7d521705b03382 100644
--- a/bigbluebutton-html5/private/config/settings-development.json
+++ b/bigbluebutton-html5/private/config/settings-development.json
@@ -346,7 +346,6 @@
 
 
     "log": {
-      "filename": "/log/development.log",
       "level": "info"
     }
   }
diff --git a/bigbluebutton-html5/private/config/settings-production.json b/bigbluebutton-html5/private/config/settings-production.json
index 6c89744003ad91d55a971244495c7fe70275b69b..44816c1096aa84e6d7e4b0a5c4cbb79114626a93 100644
--- a/bigbluebutton-html5/private/config/settings-production.json
+++ b/bigbluebutton-html5/private/config/settings-production.json
@@ -345,8 +345,7 @@
     },
 
     "log": {
-      "filename": "/var/log/bigbluebutton/html5/html5client.log",
       "level": "warn"
     }
   }
-}
\ No newline at end of file
+}