rewrite client function compiler

This commit is contained in:
Martin Michelsen
2026-05-11 07:29:25 -07:00
parent 2f2a0bcf2b
commit e78e2ba887
174 changed files with 3931 additions and 5807 deletions
+3 -3
View File
@@ -177,9 +177,9 @@
// DNS server messages describe erroneous queries that the DNS server does not respond to. Normal DNS queries do
// not generate any log messages.
"DNSServer": "INFO",
// Function compiler messages are generated when building client functions, which only happens at startup time or
// when `reload functions` is used in the shell.
"FunctionCompiler": "INFO",
// Client function index messages are generated when building client functions, which only happens at startup time
// or when `reload functions` is used in the shell.
"ClientFunctionIndex": "INFO",
// IP stack simulator messages describe clients connecting and disconnecting via the IP stack interface, and errors
// that occur at the simulated network level within the simulator.
"IPStackSimulator": "INFO",