Show More
@@ -107,7 +107,7 b' cometd.ws_url = http://127.0.0.1:8088/' | |||||
107 |
|
107 | |||
108 | # for celery |
|
108 | # for celery | |
109 | appenlight.api_key = |
|
109 | appenlight.api_key = | |
110 | appenlight.transport_config = |
|
110 | appenlight.transport_config = http://127.0.0.1:6543?threaded=1 | |
111 | appenlight.public_api_key = |
|
111 | appenlight.public_api_key = | |
112 |
|
112 | |||
113 | celery.broker_type = redis |
|
113 | celery.broker_type = redis | |
@@ -123,7 +123,7 b' use = egg:PasteDeploy#prefix' | |||||
123 | [filter:appenlight_client] |
|
123 | [filter:appenlight_client] | |
124 | use = egg:appenlight_client |
|
124 | use = egg:appenlight_client | |
125 | appenlight.api_key = |
|
125 | appenlight.api_key = | |
126 | appenlight.transport_config = |
|
126 | appenlight.transport_config = http://127.0.0.1:6543?threaded=1 | |
127 | appenlight.report_local_vars = true |
|
127 | appenlight.report_local_vars = true | |
128 | appenlight.report_404 = true |
|
128 | appenlight.report_404 = true | |
129 | appenlight.logging.level = DEBUG |
|
129 | appenlight.logging.level = DEBUG | |
@@ -154,7 +154,7 b' timeout = 90' | |||||
154 | # Begin logging configuration |
|
154 | # Begin logging configuration | |
155 |
|
155 | |||
156 | [loggers] |
|
156 | [loggers] | |
157 | keys = root, appenlight, sqlalchemy, elasticsearch |
|
157 | keys = root, appenlight, sqlalchemy, elasticsearch, elasticsearch_trace | |
158 |
|
158 | |||
159 | [handlers] |
|
159 | [handlers] | |
160 | keys = console |
|
160 | keys = console | |
@@ -176,6 +176,11 b' level = WARN' | |||||
176 | handlers = |
|
176 | handlers = | |
177 | qualname = elasticsearch |
|
177 | qualname = elasticsearch | |
178 |
|
178 | |||
|
179 | [logger_elasticsearch_trace] | |||
|
180 | level = WARN | |||
|
181 | handlers = | |||
|
182 | qualname = elasticsearch.trace | |||
|
183 | ||||
179 | [logger_sqlalchemy] |
|
184 | [logger_sqlalchemy] | |
180 | level = WARN |
|
185 | level = WARN | |
181 | handlers = |
|
186 | handlers = |
General Comments 0
You need to be logged in to leave comments.
Login now