This module is just what we have been looking for. We have each of our sites in a multi-site setup logging to individual drupal.log files.

However, when we index those together into Splunk, the log messages themselves do not indicate which site they are generated from. It would be nice to preface each line entry with the site that it came from.

Current:

[09/07/06 14:51:39] notice cron: Cron run completed (206.80.94.45-c1 4)

Possibility 1 (configured url)

[09/07/06 14:51:39 http://powerdev.osuosl.org] notice cron: Cron run completed (206.80.94.45-c1 4)

Possibility 2 (configured name)

[09/07/06 14:51:39 OSL PowerDev] notice cron: Cron run completed (206.80.94.45-c1 4)

Comments

vito_a’s picture

Assigned: Unassigned » vito_a
vito_a’s picture

Status: Active » Fixed

Message prefix and suffix fields for the site name or other text in the given format (actually you can use any text you need) are added in 6.x - 1.3 http://drupal.org/node/807044 for 6.x and in 5.x - 1.0 http://drupal.org/node/807050 for 5.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.