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