Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Trabas – HTTP tunneling tool (ngrok alternative). Star us on GitHub.
Issues Discussions

Global

Configuration for global settings that apply to both server and client services.

GLOBAL_DEBUG

If the value is set to true, the service will show proper logs and won’t handle any panics. Setting the DEBUG mode:

foo@bar:~$ trabas global-config --set-debug

Unsetting the DEBUG mode:

foo@bar:~$ trabas global-config --unset-debug

GLOBAL_LOG_LIMIT

The maximum number logs will be shown in the console.

foo@bar:~$ trabas global-config --log-limit 5

*note: This option does not apply to debug enabled logs.