summaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorMarek Vavruša <mvavrusa@cloudflare.com>2017-11-28 01:42:08 +0100
committerMarek Vavruša <mvavrusa@cloudflare.com>2017-12-21 07:32:56 +0100
commit5e7e4c1e49186acc4d5b5171939433153c921d05 (patch)
treeedc724ce1483e83d598cbab5fbd91bd2687bace4 /.luacheckrc
parentlib: added support for trace_log for verbose messages (diff)
downloadknot-resolver-5e7e4c1e49186acc4d5b5171939433153c921d05.tar.xz
knot-resolver-5e7e4c1e49186acc4d5b5171939433153c921d05.zip
modules/http: added /trace endpoint for request log tracing, added tests
This leverages the HTTP interface to trace execution of individual requests. This is helpful for troubleshooting problems with a specific instance, or to generate test files (as it writes out answers received). Ideally it would also print a timeline of request processing broken down by function (or layer) and the amount of time spent, but there's no tracepoint for that yet.
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 29e59a28..e45db7d0 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -76,4 +76,4 @@ files['daemon/lua/kres-gen.lua'].ignore = {'631'} -- Allow overly long lines
-- Tests and scripts can use global variables
files['scripts'].ignore = {'111', '112', '113'}
files['tests'].ignore = {'111', '112', '113'}
-files['modules/*/*_test.lua'].ignore = {'111', '112', '113', '122'} \ No newline at end of file
+files['modules/*/*_test.lua'].ignore = {'111', '112', '113', '121', '122'} \ No newline at end of file