Commit graph

97 commits

Author SHA1 Message Date
aserafin
4ca6823d36 bump version 2017-03-06 18:41:50 +01:00
aserafin
00c95f54f0 add travis badge 2017-03-06 18:38:28 +01:00
aserafin
1c5b13ff5e require spec_helper, configure travis 2017-03-06 18:35:52 +01:00
jason-uh
cc35a9ad50 port deep parameter logging from Badiapp/grape_logging (#37)
* port deep parameter logging from Badiapp/grape_logging; add some specs

* fix initializer for ParameterFilter

* PR feedback
2017-03-06 17:30:31 +01:00
Dmitry Shaposhnik
48adb780d3 Fix already configured logger formatter override (#36) 2017-03-01 09:57:53 +01:00
Juliana Lucena
3828b50b51 Fix README example on how to set a formatter (#35) 2016-10-11 22:51:15 +02:00
Adrian Serafin
a38f57ac5c Update grape_logging.rb 2016-08-18 20:50:06 +02:00
Stefan Rothlehner
1fd4d6655f Logstash formatter for grape_logging (#31)
* Logstash formatter for grape_logging

* Additional host parameter for Logstash
2016-08-17 18:37:05 +02:00
Glauco Custódio
e953a23d25 Add syntax highlighting to README.md (#30) 2016-08-04 22:45:08 +02:00
aserafin
2054d412c3 version bump 2016-05-18 15:35:35 +02:00
Kun Liu
57e6c0f395 Add log for request headers (#28)
* log for request headers

* add specification

* fix spec

* optimize readme
2016-05-18 15:33:07 +02:00
Adrian Serafin
14f16c21c0 Merge pull request #26 from scauglog/master
add logger for client ip and ua
2016-04-19 09:24:25 +02:00
scauglog
7d3461184e Update README.md 2016-04-12 16:50:35 +02:00
romain.sagean
2717b4a3ec add client env usage 2016-04-12 11:21:13 +02:00
romain.sagean
d883bb9263 add client ip and ua loggers 2016-04-12 10:45:37 +02:00
Adrian Serafin
414a9cf650 Update version.rb 2016-03-18 08:43:55 +01:00
Adrian Serafin
dc18ddb1d3 change readme to reflect setting formatter being optional 2016-03-15 21:21:53 +01:00
aserafin
09f9dbc8e9 Merge branch 'guizmaii-fix/formatter' 2016-03-15 21:12:37 +01:00
jules
ed42e77eaa .formatter= method does not exist in some Logger implementations 2016-03-15 15:30:15 +01:00
jules
933424cabf .formatter method does not exist in some Logger implementations 2016-03-15 15:28:51 +01:00
Jules Ivanic
11d4465fee Merge pull request #4 from aserafin/master
Merge pull request #22 from guizmaii/master
2016-03-15 15:27:15 +01:00
Adrian Serafin
876ddf37ff Merge pull request #22 from guizmaii/master
Small code simplications
2016-03-08 13:15:10 +01:00
jules
f8e0658a4d Small code lisibility simplifications 2016-03-08 12:11:15 +01:00
Jules Ivanic
35ff221946 Merge pull request #3 from aserafin/master
merge Aserafin master
2016-03-08 12:09:05 +01:00
Adrian Serafin
9b8ac7db5b Merge pull request #12 from scauglog/patch-1
word missing in README
2016-03-05 10:43:19 +01:00
aserafin
4541d5a6c7 introducing reporters, refactoring 2016-03-05 10:37:33 +01:00
aserafin
bce166747f make append_db_runtime actually appending db times 2016-03-05 09:21:19 +01:00
aserafin
67cfa3a99b Merge branch 'guizmaii-master' 2016-03-05 09:20:18 +01:00
jules
d45d4956a9 Show the failure of the call 2016-02-29 16:35:18 +01:00
jules
e8fa681bb8 We should protect the call to response 2016-02-29 16:32:43 +01:00
jules
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 2016-02-29 16:20:40 +01:00
jules
fe72aa1a15 Lisibility 2016-02-29 15:38:01 +01:00
jules
714f361b17 Use the https://github.com/aserafin/grape_logging/pull/18 code to add thread safety for the use of ActiveSupport::Notifications 2016-02-29 15:32:29 +01:00
jules
f1827ea8ac Merge branch 'master' of github.com:aserafin/grape_logging
Conflicts:
	README.md
2016-02-29 15:03:43 +01:00
Adrian Serafin
91a16f480c Merge pull request #20 from holstvoogd/patch-1
Add require line to example in readme
2016-02-24 13:57:23 +01:00
Arthur
1d57549c12 Update Readme
Add a require of grape_logging to the example.
2016-02-05 10:02:41 +01:00
jules
64f266d989 response.body is sometimes too strange to be parse by JSON, just return it, BIS 2015-10-26 16:32:27 +01:00
jules
55b75c6243 response.body is sometimes too strange to be parse by JSON, just return it 2015-10-26 16:32:14 +01:00
jules
522014fa6a response.body is sometimes too strange to be parse by JSON, BIS 2015-10-26 11:10:46 +01:00
jules
918cba5c2d response.body is sometimes too strange to be parse by JSON 2015-10-26 11:05:54 +01:00
jules
b8bd70e57b response.body is sometimes too strange to be parse by JSON 2015-10-26 10:52:46 +01:00
jules
7fb15d204c Typo 2015-10-23 18:12:20 +02:00
jules
33db51245b Update the version 2015-10-23 18:10:28 +02:00
jules
c582617209 Typos 2015-10-23 18:09:01 +02:00
jules
2a81b65de6 Add documentation 2015-10-23 18:07:15 +02:00
jules
da5d32ca68 Typo 2015-10-23 17:35:50 +02:00
jules
25f0883399 After shoul be called 2015-10-23 17:33:22 +02:00
jules
7c310ec946 Code quality 2015-10-23 17:28:37 +02:00
jules
ccb9ec052e Code quality 2015-10-23 17:21:06 +02:00
jules
4115e6383b Code quality 2015-10-23 17:19:06 +02:00