constant JSONLOG_TRUNCATE_DEFAULT in JSONlog 7
Same name and namespace in other branches
- 7.2 jsonlog.module \JSONLOG_TRUNCATE_DEFAULT
Default max. length of a log entry, in kilobytes.
@type integer
2 uses of JSONLOG_TRUNCATE_DEFAULT
- jsonlog_form_system_logging_settings_alter in ./
jsonlog.module - Adds this module's setting fields to the system logging settings form.
- jsonlog_watchdog in ./
jsonlog.module - Logs any watchdog call - at or above a certain severity threshold - as JSON to a custom log file.
File
- ./
jsonlog.module, line 13 - JSONlog module.
Code
define('JSONLOG_TRUNCATE_DEFAULT', 4);