diff options
| author | flow <flowlnlnln@gmail.com> | 2022-12-24 03:58:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-24 03:58:49 -0800 |
| commit | 56ac1a0813f0ebaef4f1f3d77a446ede197a770d (patch) | |
| tree | 26025f1c37a3658dc4721ed48dce68dd509b1a3f /program_info | |
| parent | 0a50c5bf40062031d01d7504e7324a06d6beaca6 (diff) | |
| parent | ee3e65d759da95aa524aad76c2a190792f716560 (diff) | |
| download | PrismLauncher-56ac1a0813f0ebaef4f1f3d77a446ede197a770d.tar.gz PrismLauncher-56ac1a0813f0ebaef4f1f3d77a446ede197a770d.tar.bz2 PrismLauncher-56ac1a0813f0ebaef4f1f3d77a446ede197a770d.zip | |
Merge pull request #665 from flowln/logging_categories
Diffstat (limited to 'program_info')
| -rw-r--r-- | program_info/prismlauncher.6.scd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/program_info/prismlauncher.6.scd b/program_info/prismlauncher.6.scd index f979e457..e1ebfff3 100644 --- a/program_info/prismlauncher.6.scd +++ b/program_info/prismlauncher.6.scd @@ -41,6 +41,24 @@ Here are the current features of Prism Launcher. *-a, --profile*=PROFILE Use the account specified by PROFILE (only valid in combination with --launch). +# ENVIRONMENT + +The behavior of the launcher can be customized by the following environment +variables, besides other common Qt variables: + +*QT_LOGGING_RULES* + Specifies which logging categories are shown in the logs. One can + enable/disable multiple categories by separating them with a semicolon (;). + + The specific syntax, and alternatives to this setting, can be found at + https://doc.qt.io/qt-6/qloggingcategory.html#configuring-categories. + +*QT_MESSAGE_PATTERN* + Specifies the format in which the console output will be shown. + + Available options, as well as syntax, can be viewed at + https://doc.qt.io/qt-6/qtglobal.html#qSetMessagePattern. + # EXIT STATUS *0* |
