-
-
Notifications
You must be signed in to change notification settings - Fork 74
Start parameters
Manuel Mayer edited this page Jan 15, 2022
·
3 revisions
You can start Macro Deck with the following parameters:
Parameter | Description | Example |
---|---|---|
--port [Port] | Overrides the port that is set in the configuration | --port 8192 |
--show | Opens the main window automatically after the start of Macro Deck | --show |
--disable-file-logging | Disables the file logging to "%Appdata%\Macro Deck\logs" | --disable-file-logging |
--loglevel [level] | Sets the level that should be logged. (1 = Trace, 2 = Info, 3 = Warning, 4 = Error, 100 = Nothing | --loglevel 1 |
--debug-console (in development) | Opens a debug console | --debug-console |
You will also find some more parameters if you dig trough the source code of Macro Deck but it's not recommended to use them because they are only for internal testing.