Skip to content

Commit 219e493

Browse files
committed
ngx-json-log: 0.0.5 release
* json log for stream * json log http bad requests * module: directives log_err_json_* * kafka * msg-id from request_if if available * optional * docker * development docker container -> debian * runtime docker container -> alpine * full log format configuration * elk services * documentation * mail log example
1 parent f93b5cc commit 219e493

35 files changed

+4515
-2303
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ script:
3333
- cd test-nginx/ && sudo cpanm . && cd ..
3434
- sudo cpanm install JSON
3535
- cd nginx
36-
- auto/configure --with-debug --prefix=$NGINX_PREFIX --add-module=$PWD/.. > build.log 2>&1 || (cat build.log && exit 1)
36+
- auto/configure --with-debug --with-stream --with-ld-opt="-Wl,-E" --prefix=$NGINX_PREFIX --add-module=$PWD/.. > build.log 2>&1 || (cat build.log && exit 1)
3737
- make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
3838
- sudo make install > build.log 2>&1 || (cat build.log && exit 1)
3939
- cd ..

CHANGES

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Changes with ngx-json-log 0.0.4 19 Apr 2017
2+
*) json log for stream
3+
*) json log http bad requests
4+
*) directives log_err_json_*
5+
*) kafka
6+
*) msg-id from $request_id if available
7+
*) optional support if available
8+
*) docker
9+
*) development docker container -> debian
10+
*) runtime docker container -> alpine
11+
*) full log format configuration
12+
*) elk services
13+
*) documentation
14+
*) mail log example
15+
16+
Changes with ngx-json-log 0.0.4 9 Apr 2017
17+
*) stream module log handler
18+
*) rename to nxg-json-log
19+
120
Changes with ngx-http-log-json 0.0.4 4 Apr 2017
221
*) module variable $http_log_json_req_headers
322
*) module variable $http_log_json_resp_headers

0 commit comments

Comments
 (0)