Skip to content

Commit

Permalink
add note about debug log level
Browse files Browse the repository at this point in the history
Closes #22.
  • Loading branch information
FriedrichFroebel authored Oct 10, 2024
1 parent e68f159 commit 16ba991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ If you are not able to install or use `fontconfig` for some reasons, `fontra` is

Grab a copy of the [example configuration file](https://github.com/FriedrichFroebel/brother_ql_web/blob/master/config.example.json) and adjust it to your needs. You can store this file on your device wherever you want - just make sure to remember the full path as you will have to pass it to the CLI.

Some special notes about the values:

* Setting the log level to *DEBUG* will enable the debug mode of *bottle* as well. Additionally, this avoids sending the commands to the printer itself. You most likely do not want to use the *DEBUG* level unless you know what you are doing.

### Startup

To start the server, either run `brother_ql_web` (only works if installed) or `python -m brother_ql_web`. You will always have to pass the path to your configuration file to use and the string descriptor of the printer.
Expand Down

0 comments on commit 16ba991

Please sign in to comment.