1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00

1137 Commits

Author SHA1 Message Date
Filip Procházka
1a402d7317 Nette Framework integration 2015-01-29 15:58:00 +01:00
Jordi Boggiano
ba31b79fa5 Merge pull request #498 from johnkary/fixGelfTests
Restore ability to continue using mlehner/gelf-php in test
2015-01-20 10:31:44 +00:00
John Kary
6c1836467c Restore ability to continue using mlehner/gelf-php in test
Was previously broken by a coding standard commit 392ef35fd470638e08d0160d6b1cbab63cb23174
2015-01-20 00:08:01 -06:00
Jordi Boggiano
b18a6eff04 Merge pull request #491 from pavarnos/patch-1
Added comments about New relic High Security mode
2015-01-07 15:29:03 +00:00
Jordi Boggiano
b25c8b4312 Merge pull request #492 from stof/patch-2
Fix the exception message
2015-01-07 15:28:46 +00:00
Jordi Boggiano
21259d5bfa Add third party package link 2015-01-07 12:49:55 +00:00
Christophe Coevoet
0da47a8d93 Fix the exception message 2015-01-07 09:45:12 +01:00
Steve Pavarno
448c0b0754 Added comments about New relic High Security mode 2015-01-07 17:09:44 +13:00
Jordi Boggiano
17f651bb96 Merge pull request #489 from 0x46616c6b/bugfix-hipchat-server
bugfix: use custom hipchat server in buildHeader method
2014-12-30 10:39:23 +00:00
louis
2ae33f7382 bugfix: use custom hipchat server in buildHeader method 2014-12-30 11:31:36 +01:00
Jordi Boggiano
46825bdb95 Use custom host in header as well 2014-12-30 10:13:33 +00:00
Jordi Boggiano
1fbe8c2641 Update changelog 1.12.0 2014-12-29 21:29:35 +00:00
Jordi Boggiano
556c56483f Document partial log records being sent to isHandling 2014-12-29 21:28:37 +00:00
Jordi Boggiano
62661aeca0 Update README 2014-12-29 21:19:48 +00:00
Jordi Boggiano
d7b0a0a20b Fix CS 2014-12-29 20:46:15 +00:00
Jordi Boggiano
5ce2b38b3b Fixing tests and CS, refs #468 2014-12-29 20:45:41 +00:00
Jordi Boggiano
da0a7f3c8e Update to phpunit 4 2014-12-29 20:45:15 +00:00
Jordi Boggiano
ad4f488bc0 Merge remote-tracking branch 'flowpl/master' 2014-12-29 20:37:12 +00:00
Florian Plattner
04648dba78 some cleanup 2014-12-29 20:38:08 +01:00
Jordi Boggiano
dcfae95e6b Merge remote-tracking branch 'flowpl/add_newrelic_name_transaction' 2014-12-29 19:24:06 +00:00
Jordi Boggiano
257a1c1180 Remove unnecessary ctor init, refs #446 2014-12-29 19:15:00 +00:00
Jordi Boggiano
996e80d031 Merge remote-tracking branch 'Rvanlaak/patch-1' 2014-12-29 18:01:45 +00:00
Jordi Boggiano
b9c1ad143b Update target version 2014-12-28 17:32:25 +00:00
Jordi Boggiano
9b350bb1fd Move handler checks in constructor 2014-12-28 17:31:31 +00:00
Jordi Boggiano
18bfe94053 Merge pull request #441 from ryr/master
set sentry logger
2014-12-28 17:25:38 +00:00
Jordi Boggiano
e76eb94fdc Merge pull request #449 from jildertmiedema/patch-1
Give the items a class
2014-12-28 17:09:23 +00:00
Jordi Boggiano
8160b302a2 Bring sampling handler in line with other wrapper handlers 2014-12-28 17:05:54 +00:00
Jordi Boggiano
45f5c7d2d1 Merge remote-tracking branch 'legoktm/sampling' 2014-12-28 16:55:04 +00:00
Jordi Boggiano
2b3ad19a3c Merge remote-tracking branch 'origin/master' 2014-12-28 16:48:10 +00:00
Jordi Boggiano
737f99cc7c Rename server to host 2014-12-28 16:47:43 +00:00
Jordi Boggiano
790d6e7926 Merge remote-tracking branch 'DerManoMann/hipchat_server' 2014-12-28 16:43:47 +00:00
Jordi Boggiano
10a3bfa930 Merge pull request #440 from mikesherov/exceptionCodes
Adds exception codes to the exception data in NormalizeFormatter
2014-12-28 16:40:10 +00:00
Jordi Boggiano
27f2ab89a8 Merge pull request #472 from danmichaelo/master
SyslogUdpHandler: Send a valid rfc5424 version
2014-12-28 16:29:00 +00:00
Jordi Boggiano
3e1b8a7afe Remove code duplication, refs #435 2014-12-28 16:28:20 +00:00
Jordi Boggiano
33ebc242eb Merge remote-tracking branch 'scuben/enhanced-slack-handler' 2014-12-28 16:12:30 +00:00
Jordi Boggiano
515a096c86 Prevent header injection through content type / encoding in NativeMailerHandler, fixes #458, closes #448 2014-12-28 14:32:10 +00:00
DerManoMann
4763e09f65 Add optional server name 2014-12-24 14:23:54 +13:00
Kunal Mehta
d79400bade Add a SamplingHandler
It wraps around another handler, and only passes on some messages
based on the provided sampling handler.

This was originally written for MediaWiki: https://gerrit.wikimedia.org/r/181346
2014-12-23 12:12:54 -08:00
Florian Plattner
51ba2d9147 improved doc comments on NewRelicHandler 2014-12-18 20:56:03 +01:00
Florian Plattner
fe6e40675a removed duplicated call to newrelic_name_transaction() 2014-12-18 20:50:51 +01:00
Florian Plattner
e6e2457c55 added support for newrelic_name_transaction() to NewRelicHandler 2014-12-18 00:16:03 +01:00
Jordi Boggiano
5bee6fe56c Fix syslog transport to follow the spec closer, fixes #476 2014-12-17 10:47:08 +00:00
Jordi Boggiano
ebd0f73fbe Merge pull request #475 from tPl0ch/hotfix-normalizer-formatter
Normalize frames for trace items since they can contain invalid data.
2014-12-16 12:52:39 +00:00
Thomas Ploch
50b6bf45d1 Use different testing pattern for PHP 5.4 and PHP 5.5 2014-12-16 13:46:06 +01:00
Thomas Ploch
e66ba56cc0 Fixed array() usage and added HHVM_VERSION check 2014-12-16 13:35:22 +01:00
Thomas Ploch
dca8f5841f Normalize frames for trace items since they can contain invalid data.
Refs https://github.com/Seldaek/monolog/pull/474/files

The fix in the previous PR did not take into account that there might be object wrapped resources that would break json_encode, so the best solution would be normalizing those frames again.

@Seldaek Sorry for the inconvenience, but our graylog is still ramming up with those json_encode error messages.
2014-12-16 13:26:24 +01:00
Jordi Boggiano
2d192b0567 Skip test in hhvm 2014-12-16 11:04:16 +00:00
Jordi Boggiano
d7561931a5 Attempt to fix hhvm build 2014-12-16 10:34:35 +00:00
Jordi Boggiano
7db9d6ef4a Remove reference use, refs #474 2014-12-16 10:23:16 +00:00
Jordi Boggiano
07974d92c4 Merge remote-tracking branch 'tPl0ch/hotfix-resource-internal-function' 2014-12-16 10:21:25 +00:00