350
edits
| mNo edit summary | m (→Log Level) | ||
| Line 43: | Line 43: | ||
| Three log levels are defined: | Three log levels are defined: | ||
| *0  | *0 → no logging (release, default) | ||
| *1  | *1 → some logging, connection etc., but no calendar data | ||
| *2  | *2 → full log | ||
| You can increase the log level your <code>user.js</code> in your profile: | |||
|  user_pref("calendar.wcap.log_level", ''n''); | |||
| Building Lightning, the ''default'' log level (i.e. 0) can be overridden, e.g. | Building Lightning, the ''default'' log level (i.e. 0) can be overridden, e.g. | ||
|   make wcap_logging=2 |   make wcap_logging=2 | ||
| The effective log level is | The effective log level is | ||
edits