MantisBT: master-1.2.x 6302ae20

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2013-01-17 07:16 master-1.2.x 42a6aa36
Affected Issues  0015382: Additional improvements to email logging
Changeset

Make log_event() calls print to stdout when running from CLI

This simple modification to the logging_api allows command-line scripts
such as send_emails.php to easily provide detailed information about
their operations, provided that the appropriate log_level is set in
config_inc.php.

This output can then be redirected to log files, etc.

Fixes 0015382

mod - core/logging_api.php Diff File