Small adjustment.

This commit is contained in:
Martin Edenhofer 2015-05-31 18:48:22 +02:00
parent a206644a85
commit 091a64a86b

View file

@ -7,7 +7,7 @@ class Widget
| Welcome Zammad Developer! | Welcome Zammad Developer!
| You can enable debugging by the following examples (value is a regex): | You can enable debugging by the following examples (value is a regex):
| |
| App.Log.config('module', 'i18n|websocket') // enable debugging for i18n and websocket class | App.Log.config('module', '(websocket|delay|interval)') // enable debugging for websocket, delay and interval class
| App.Log.config('content', 'send') // enable debugging for messages which contains the string 'send' | App.Log.config('content', 'send') // enable debugging for messages which contains the string 'send'
| App.Log.config('banner', false) // disable this banner | App.Log.config('banner', false) // disable this banner
| |