MantisBT: master 0e2c6b46

Author Committer Branch Timestamp Parent
dregad dregad master 2013-01-17 07:16 master ad5f2f7f
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