Posted by cshields on July 9, 2006 at 10:06pm
3 followers
Jump to:
| Project: | Rawlog |
| Version: | master |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | vito_a |
| Status: | closed (fixed) |
Issue Summary
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
#1
#2
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.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.