Commit graph

  • c2b29ebf8a bump version to 1.8.1 v1.8.1 aserafin 2019-01-31 08:54:05 +0100
  • 051636d873 Add new line on json formatter (#52) motoki-shun 2018-11-17 02:01:17 +0900
  • 58e7475b64 Convert parameter keys to ASCII-8BIT before filtering abicky 2018-09-25 22:36:27 +0900
  • f4502d6723 bump version to 1.8.0 v1.8.0 aserafin 2018-04-19 10:47:33 +0200
  • 7ae51d30d8 Add GrapeLogging::Formatters::RailsFormatter.new. Updates to README (#47) Dave Harris 2018-04-19 20:41:11 +1200
  • 83117bc7e1 add spec for request_headers (#42) Kun Liu 2017-10-13 01:46:51 -0500
  • 54f3fa84e0 bump version to 1.7.0 v1.7.0 aserafin 2017-09-10 20:55:58 +0200
  • fdbbf8a97b add datetime parameter to lograge formatter aserafin 2017-09-10 20:53:12 +0200
  • d4cc3e2946 fix specs aserafin 2017-09-10 20:47:23 +0200
  • 7c3d7e2b70 Fix #29 (#33) Jan Strnádek 2017-09-10 20:46:29 +0200
  • b3c26abace bump version to 1.6.0 v1.6.0 aserafin 2017-09-01 10:01:26 +0200
  • eea802b546 Lograge formatter (#40) Raffael Schmid 2017-09-01 09:59:00 +0200
  • 30f7c515c1 bump version to 1.5.0 v1.5.0 aserafin 2017-05-15 12:42:56 +0200
  • 2a0c368551 Add log_level option (#39) Joel C 2017-05-15 12:40:44 +0200
  • 4ca6823d36 bump version v1.4.0 aserafin 2017-03-06 18:41:50 +0100
  • 00c95f54f0 add travis badge aserafin 2017-03-06 18:38:28 +0100
  • 1c5b13ff5e require spec_helper, configure travis aserafin 2017-03-06 18:35:52 +0100
  • cc35a9ad50 port deep parameter logging from Badiapp/grape_logging (#37) jason-uh 2017-03-06 11:30:31 -0500
  • 48adb780d3 Fix already configured logger formatter override (#36) Dmitry Shaposhnik 2017-03-01 02:57:53 -0600
  • 3828b50b51 Fix README example on how to set a formatter (#35) Juliana Lucena 2016-10-11 17:51:15 -0300
  • a38f57ac5c Update grape_logging.rb Adrian Serafin 2016-08-18 20:50:06 +0200
  • 1fd4d6655f Logstash formatter for grape_logging (#31) Stefan Rothlehner 2016-08-17 18:37:05 +0200
  • e953a23d25 Add syntax highlighting to README.md (#30) Glauco Custódio 2016-08-04 17:45:08 -0300
  • 2054d412c3 version bump v1.3.0 aserafin 2016-05-18 15:35:35 +0200
  • 57e6c0f395 Add log for request headers (#28) Kun Liu 2016-05-18 21:33:07 +0800
  • 14f16c21c0 Merge pull request #26 from scauglog/master Adrian Serafin 2016-04-19 09:24:25 +0200
  • 7d3461184e Update README.md scauglog 2016-04-12 16:50:35 +0200
  • 2717b4a3ec add client env usage romain.sagean 2016-04-12 11:21:13 +0200
  • d883bb9263 add client ip and ua loggers romain.sagean 2016-04-12 10:45:37 +0200
  • 414a9cf650 Update version.rb v1.2.1 Adrian Serafin 2016-03-18 08:43:55 +0100
  • dc18ddb1d3 change readme to reflect setting formatter being optional Adrian Serafin 2016-03-15 21:21:53 +0100
  • 09f9dbc8e9 Merge branch 'guizmaii-fix/formatter' aserafin 2016-03-15 21:12:37 +0100
  • ed42e77eaa .formatter= method does not exist in some Logger implementations jules 2016-03-15 15:30:15 +0100
  • 933424cabf .formatter method does not exist in some Logger implementations jules 2016-03-15 15:28:51 +0100
  • 11d4465fee Merge pull request #4 from aserafin/master Jules Ivanic 2016-03-15 15:27:15 +0100
  • 876ddf37ff Merge pull request #22 from guizmaii/master Adrian Serafin 2016-03-08 13:15:10 +0100
  • f8e0658a4d Small code lisibility simplifications jules 2016-03-08 12:11:15 +0100
  • 35ff221946 Merge pull request #3 from aserafin/master Jules Ivanic 2016-03-08 12:09:05 +0100
  • 9b8ac7db5b Merge pull request #12 from scauglog/patch-1 Adrian Serafin 2016-03-05 10:43:19 +0100
  • 4541d5a6c7 introducing reporters, refactoring aserafin 2016-03-05 10:37:33 +0100
  • bce166747f make append_db_runtime actually appending db times aserafin 2016-03-05 09:21:19 +0100
  • 67cfa3a99b Merge branch 'guizmaii-master' aserafin 2016-03-05 09:20:18 +0100
  • d45d4956a9 Show the failure of the call jules 2016-02-29 16:35:18 +0100
  • e8fa681bb8 We should protect the call to response jules 2016-02-29 16:32:43 +0100
  • ef946bf7fe Since the Grape v0.14.1, the after callback is always called, so response could be nil if the called fail with an exception jules 2016-02-29 16:20:40 +0100
  • fe72aa1a15 Lisibility jules 2016-02-29 15:38:01 +0100
  • 714f361b17 Use the https://github.com/aserafin/grape_logging/pull/18 code to add thread safety for the use of ActiveSupport::Notifications jules 2016-02-29 15:32:29 +0100
  • f1827ea8ac Merge branch 'master' of github.com:aserafin/grape_logging jules 2016-02-29 15:03:43 +0100
  • 91a16f480c Merge pull request #20 from holstvoogd/patch-1 Adrian Serafin 2016-02-24 13:57:23 +0100
  • 1d57549c12 Update Readme Arthur 2016-02-05 10:02:41 +0100
  • 64f266d989 response.body is sometimes too strange to be parse by JSON, just return it, BIS jules 2015-10-26 16:32:27 +0100
  • 55b75c6243 response.body is sometimes too strange to be parse by JSON, just return it jules 2015-10-26 16:32:14 +0100
  • 522014fa6a response.body is sometimes too strange to be parse by JSON, BIS jules 2015-10-26 11:10:46 +0100
  • 918cba5c2d response.body is sometimes too strange to be parse by JSON jules 2015-10-26 11:05:54 +0100
  • b8bd70e57b response.body is sometimes too strange to be parse by JSON jules 2015-10-26 10:52:46 +0100
  • 7fb15d204c Typo jules 2015-10-23 18:12:20 +0200
  • 33db51245b Update the version jules 2015-10-23 18:10:28 +0200
  • c582617209 Typos jules 2015-10-23 18:09:01 +0200
  • 2a81b65de6 Add documentation jules 2015-10-23 18:07:15 +0200
  • da5d32ca68 Typo jules 2015-10-23 17:35:50 +0200
  • 25f0883399 After shoul be called jules 2015-10-23 17:33:22 +0200
  • 7c310ec946 Code quality jules 2015-10-23 17:28:37 +0200
  • ccb9ec052e Code quality jules 2015-10-23 17:21:06 +0200
  • 4115e6383b Code quality jules 2015-10-23 17:19:06 +0200
  • 6c0fdeca64 Merge remote-tracking branch 'Hubbub/pluggable-loggers' jules 2015-10-23 16:59:15 +0200
  • c90d565ebe response.body is an Array of Strings. We should serialized every body in this Array jules 2015-10-23 16:03:53 +0200
  • 3fd1ba13f3 response.body is an Array of Strings. We should get the first element and It should be serialized jules 2015-10-23 16:01:31 +0200
  • 7997b21b17 response.body is a string. It should be serialized jules 2015-10-23 15:54:53 +0200
  • 7412cd5cf3 Add an option to use the Rails instrumentation jules 2015-10-23 15:47:52 +0200
  • c716f78f2a response.body should not be return as string jules 2015-10-23 15:16:55 +0200
  • ed8d25f89f JSON serialization was wrong jules 2015-10-23 15:13:30 +0200
  • 95dcaa0979 Typo jules 2015-10-23 15:01:16 +0200
  • 6bc1b9405d Don't forget to import the new formatter jules 2015-10-21 20:10:18 +0200
  • 9a593ee996 Add JSON formatter jules 2015-10-21 19:49:25 +0200
  • 2e0f8c2aa5 Add JSON formatter jules 2015-10-21 19:42:49 +0200
  • de4d5c2c0f using module name of Loggers rather than Logger Duncan Williams 2015-08-10 11:09:49 +0100
  • 89fdbb0e49 fixing some small bugs Duncan Williams 2015-07-13 17:24:29 +0100
  • def34f7b8d updating README with usage examples Duncan Williams 2015-07-13 16:38:35 +0100
  • e5cff12673 using pluggable loggers Duncan Williams 2015-07-13 14:31:50 +0100
  • 1b834e1dc1 add support for obfuscated parameters Rodrigo Souto 2015-05-29 18:35:13 -0300
  • f04a40ca37 word missing scauglog 2015-10-20 16:09:46 +0200
  • 9e247e0909 Merge pull request #11 from jtmarmon/patch-1 Adrian Serafin 2015-09-02 16:06:02 +0200
  • 3149cfddd6 Add file syncing to README example Jason Marmon 2015-09-01 17:29:22 -0400
  • a05e018101 using module name of Loggers rather than Logger Duncan Williams 2015-08-10 11:09:49 +0100
  • 82eab4cc91 fixing some small bugs Duncan Williams 2015-07-13 17:24:29 +0100
  • 2c208bd5c5 updating README with usage examples Duncan Williams 2015-07-13 16:38:35 +0100
  • 7ba9b5b83a using pluggable loggers Duncan Williams 2015-07-13 14:31:50 +0100
  • eb63aa03e1 add support for obfuscated parameters Rodrigo Souto 2015-05-29 18:35:13 -0300
  • 41dcfb67ff delete accidentaly commited .gem file aserafin 2015-06-29 20:14:32 +0200
  • 45798cd87e bump version to 1.1.2 v1.1.2 aserafin 2015-06-29 20:12:34 +0200
  • a672aa8537 Merge pull request #8 from marshall-lee/unsubscribe_when_exception Adrian Serafin 2015-06-29 20:11:22 +0200
  • 28bb59e247 Unsubscribe notifier in ensure block Vladimir Kochnev 2015-06-29 12:47:55 +0300
  • 3848b35b52 bump version to 1.1.1 v.1.1.1 aserafin 2015-06-26 08:34:08 +0200
  • 6f76458171 Merge pull request #7 from marshall-lee/fix_unsubscribing Adrian Serafin 2015-06-26 08:32:15 +0200
  • 296705e02e clean up middleware code & unsubscribe in the end Vladimir Kochnev 2015-06-26 00:04:53 +0300
  • d130386947 bump version to 1.1 v1.1.0 aserafin 2015-05-20 14:34:28 +0200
  • f465c1027c remove benchmark dependency, for logging db_runtime use instance variable and not env, do not overwrite call! anymore aserafin 2015-05-18 22:38:43 +0200
  • 1e194073f6 Update version.rb v1.0.3 Adrian Serafin 2015-05-04 18:57:18 +0200
  • 5a574e5ab5 Merge pull request #2 from totothink/master Adrian Serafin 2015-05-04 18:55:57 +0200
  • d176b057dc fix error: uninitialized constant Benchmark aaron 2015-04-30 23:11:31 +0800