You are here

constant JSONLOG_TRUNCATE_DEFAULT in JSONlog 7.2

Same name and namespace in other branches
  1. 7 jsonlog.module \JSONLOG_TRUNCATE_DEFAULT

Default max. length of a log entry, in kilobytes.

@type integer

2 uses of JSONLOG_TRUNCATE_DEFAULT
jsonlog_watchdog in ./jsonlog.module
Logs any watchdog call - at or above a certain severity threshold - as JSON to a custom log file.
_jsonlog_form_system_logging_settings_alter in ./jsonlog.inc
Adds this module's setting fields to the system logging settings form.

File

./jsonlog.module, line 13
JSONlog module.

Code

define('JSONLOG_TRUNCATE_DEFAULT', 64);