##// END OF EJS Templates
debug: skip model.settings query logging
dan -
r249:e180c09c default
parent child Browse files
Show More
@@ -321,7 +321,8 b' def engine_from_config(configuration, pr'
321 321 setattr(conn, 'query_start_time', time.time())
322 322 log.info(color_sql(">>>>> STARTING QUERY >>>>>"))
323 323 calling_context = find_calling_context(ignore_modules=[
324 'rhodecode.lib.caching_query'
324 'rhodecode.lib.caching_query',
325 'rhodecode.model.settings',
325 326 ])
326 327 if calling_context:
327 328 log.info(color_sql('call context %s:%s' % (
General Comments 0
You need to be logged in to leave comments. Login now