How to disable the printing of logs for each request in the terminal output? #145
-
|
I only want to see the information printed by the script, not the information for each request. |
Beta Was this translation helpful? Give feedback.
Answered by
emanuele-em
Jun 10, 2026
Replies: 1 comment
-
|
Hey! You can do this with the new
This one too, available in the next release in a couple of hours thank you :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Karmylr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! You can do this with the new
--quiet(-q) flag in terminal mode. It hides the per-request lines, so you only see what your script prints:proxelar -i terminal -q --script my_script.luaThis one too, available in the next release in a couple of hours
thank you :)