📄 logit.sql
字号:
UPDATE Logit SET section = "main", threshold = 9, output = 3, comment = "MN, covers main.c" LIMIT 1 OFFSET 0UPDATE Logit SET section = "select", threshold = 9, output = 3, comment = "SL, select() loop" LIMIT 1 OFFSET 1UPDATE Logit SET section = "timers", threshold = 4, output = 3, comment = "TM, timers" LIMIT 1 OFFSET 2UPDATE Logit SET section = "config", threshold = 9, output = 3, comment = "CF, configuration" LIMIT 1 OFFSET 3UPDATE Logit SET section = "processes", threshold = 4, output = 3, comment = "process mgmt" LIMIT 1 OFFSET 4UPDATE Logit SET section = "filters", threshold = 6, output = 3, comment = "FLTR, log filtering and rewriting" LIMIT 1 OFFSET 5UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 6UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 7UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 8UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 9UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 10UPDATE Logit SET section = "", threshold = -1, output = 0, comment = "" LIMIT 1 OFFSET 11
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -