Dawid Nowak
6a4b73468e
WebProcessor: option to add only requested extra fields, instead of always adding all available
2014-07-01 20:41:03 +02:00
Dawid Nowak
9aba3242f6
WebProcessor: extra fields appended in a loop over declared values, instead of copy-pasting
2014-07-01 20:25:13 +02:00
Dawid Nowak
9da894a8b3
WebProcessor: extracted method: appendExtraFields()
2014-07-01 20:21:25 +02:00
Matthias Pigulla
540afb4621
Add unique_id to extra data only if present in the server environment
2013-10-10 10:04:29 +02:00
Matthias Pigulla
a2b77b2750
Add Apache mod_unique_id's identifier in WebProcessor
...
mod_unique_id can add a unique ID to every request and also add it to other logfiles. This makes it easy to correlate lines from different logs belonging to the same request. http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html
2013-10-08 14:31:56 +02:00
Jordi Boggiano
5811217e4c
Only access server data when it is actually available, fixes #164
2013-02-20 13:37:17 +01:00
Jordi Boggiano
da33c84d07
CS fixes
2012-06-14 15:47:01 +02:00
Jordi Boggiano
3c4bc178cc
Rename referer->referrer and server_name->server, update changelog
2012-04-22 11:26:54 +02:00
Jordi Boggiano
a435b8ee0f
Merge remote-tracking branch 'fixe/webprocessor-referer'
...
Conflicts:
src/Monolog/Processor/WebProcessor.php
2012-04-22 11:22:27 +02:00
Tiago Ribeiro
c8c231f177
Added referer to extra parameter
2012-04-20 16:44:33 +01:00
Marc Abramowitz
365f3a932d
Add contents of $_SERVER['SERVER_NAME'] as 'server_name'. Useful for
...
figuring out the source of log messages when you have a lot of vhosts.
2012-04-20 08:08:33 -07:00
Jordi Boggiano
cf247ca0ac
Skip WebProcessor on CLI, fixes #36
2011-07-06 15:37:50 +02:00
Jordi Boggiano
2a2d9afd9f
Update docblock
2011-07-04 21:31:09 +02:00
Jordi Boggiano
78a26a3f4f
Tested WebProcessor
2011-06-29 18:58:40 +02:00
Jordi Boggiano
ea466fa848
Removed second param from processors
2011-04-08 13:53:30 +02:00
Christophe Coevoet
87332a3e4e
Added phpdoc for all methods and added the typehint for the FormatterInterface
2011-04-06 00:50:18 +02:00
Jordi Boggiano
6c24217c56
Renamed message to record
2011-02-25 23:01:43 +01:00
Jordi Boggiano
811e6c79d6
Added docblocks and fixed a couple tests
2011-02-22 12:10:54 +01:00
Jordi Boggiano
3fa6e4b91f
Major refactoring to follow the Logbook model
2011-02-20 20:53:11 +01:00