trace-run [ <format>, <variable> [ , ... ] ]Copied!
%% /my-request public @Hi trace-run "%s it's %ld degrees outside, or with minimum width: %20s it's %20ld outside", "yes", 90, "yes", 90 %%Copied!
sudo mgrg -i -u $(whoami) test gg --trace --debugCopied!
gg -r --req="/my-request" --execCopied!
HiCopied!
gg -t 1Copied!
2024-08-01-17-13-55 (my_request.gliim:4)| my_request yes it's 90 degrees outside, or with minimum width: yes it's 90 outsideCopied!
// Trace information trace-run "Program wrote %ld bytes into file %s", num_bytes, file_name // Trace that program execution passed through here trace-runCopied!