feat(docs): add note about logging env variables in man page
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
c85867395d
commit
ee3e65d759
2 changed files with 18 additions and 1 deletions
|
@ -425,7 +425,6 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||
}
|
||||
qInstallMessageHandler(appDebugOutput);
|
||||
|
||||
// TODO: Set filter rules based on CLI arguments
|
||||
qSetMessagePattern(
|
||||
"%{time process}" " "
|
||||
"%{if-debug}D%{endif}" "%{if-info}I%{endif}" "%{if-warning}W%{endif}" "%{if-critical}C%{endif}" "%{if-fatal}F%{endif}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue