Skip to content
Snippets Groups Projects
Commit 8e61d48f authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Remove the Debug_level setting as well

parent 9008017b
No related merge requests found
......@@ -221,7 +221,6 @@ RocketChat.settings.addGroup 'Layout', ->
RocketChat.settings.addGroup 'Logs', ->
@add 'Debug_Level', 'error', { type: 'select', values: [ { key: 'error', i18nLabel: 'Only_errors' }, { key: 'debug', i18nLabel: 'All_logs' } ] }
@add 'Log_Level', '0', { type: 'select', values: [ { key: '0', i18nLabel: '0_Errors_Only' }, { key: '1', i18nLabel: '1_Errors_and_Information' }, { key: '2', i18nLabel: '2_Erros_Information_and_Debug' } ] , public: true }
@add 'Log_Package', false, { type: 'boolean', public: true }
@add 'Log_File', false, { type: 'boolean', public: true }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment