summaryrefslogtreecommitdiff
path: root/main/php_syslog.c
Commit message (Collapse)AuthorAgeFilesLines
* Add syslog.filter=rawErik Lundin2019-06-171-0/+7
| | | | | This passes through syslog message unchanged, without splitting messages at newlines.
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* Rename none syslog.filter to all and update ini descriptionJakub Zelenka2018-07-221-1/+1
|
* Add syslog.filter INI for filtering syslog messagesPhilip Prindeville2018-07-221-2/+14
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Add syslog's ident and facility parameters to configPhilip Prindeville2018-07-011-0/+18
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Happy new year (Update copyright to 2018)Lior Kaplan2018-01-041-1/+1
|
* Follow up on ed9c16ad5def47d1c8ae2787f53dccfac893ce5fAnatol Belski2017-08-191-1/+12
| | | | | | The event log is not line based, passing the message as is here is just fine. Otherwise we'd create multiple event log items with partial messages.
* Turn php_syslog() into wrapper for syslog and split linesPhilip Prindeville2017-08-191-0/+81