Small adjustment.
This commit is contained in:
parent
a206644a85
commit
091a64a86b
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@ class Widget
|
|||
| Welcome Zammad Developer!
|
||||
| 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('content', 'send') // enable debugging for messages which contains the string 'send'
|
||||
| App.Log.config('banner', false) // disable this banner
|
||||
| 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('banner', false) // disable this banner
|
||||
|
|
||||
| App.Log.config() // current settings
|
||||
| App.Log.config('banner') // current setting for banner
|
||||
|
|
Loading…
Reference in a new issue