Skip to content

Commit

Permalink
Provide quick hint on how to enable debug logging into a file
Browse files Browse the repository at this point in the history
I had to go online to find this -- nothing in --help hinted on how to do it
  • Loading branch information
yarikoptic committed Jul 17, 2024
1 parent 9bd883b commit 19c7963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scriptable/scriptable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ QString helpTail()
+ Scriptable::tr(" - Use double-dash argument (--) to read all following arguments without\n"
" expanding escape sequences (i.e. \\n, \\t and others).") + "\n"
+ Scriptable::tr(" - Use ? for MIME to print available MIME types (default is \"text/plain\").");
+ Scriptable::tr(" - Use COPYQ_LOG_LEVEL=DEBUG and COPYQ_LOG_FILE=\"$HOME/copyq.log\" env vars to enable logging");
}

QString argumentError()
Expand Down

0 comments on commit 19c7963

Please sign in to comment.