Skip to content

Commit

Permalink
Rashmi/segfault latest master (#137)
Browse files Browse the repository at this point in the history
* Adding segfault fixes and updating cjson

* reusing some variables

* adding check for cjson delete of docker response

* updating log level to debug
  • Loading branch information
rashmichandrashekar authored Oct 3, 2018
1 parent cd7db76 commit 5d75c96
Show file tree
Hide file tree
Showing 8 changed files with 3,173 additions and 838 deletions.
8 changes: 4 additions & 4 deletions installer/conf/container.conf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

<match oms.container.containerinventory**>
type out_oms
log_level info
log_level debug
buffer_chunk_limit 20m
buffer_type file
buffer_path %STATE_DIR_WS%/out_oms_containerinventory*.buffer
Expand All @@ -189,7 +189,7 @@

<match oms.container.imageinventory**>
type out_oms
log_level info
log_level debug
buffer_chunk_limit 20m
buffer_type file
buffer_path %STATE_DIR_WS%/out_oms_imageinventory*.buffer
Expand All @@ -202,7 +202,7 @@

<match oms.container.log>
type out_oms
log_level info
log_level debug
buffer_chunk_limit 20m
buffer_type file
buffer_path %STATE_DIR_WS%/out_oms_log*.buffer
Expand All @@ -215,7 +215,7 @@

<match oms.container.servicelog**>
type out_oms
log_level info
log_level debug
buffer_chunk_limit 20m
buffer_type file
buffer_path %STATE_DIR_WS%/out_oms_servicelog*.buffer
Expand Down
Loading

0 comments on commit 5d75c96

Please sign in to comment.