Skip to content

Commit

Permalink
update readme for LOGLEVEL argument
Browse files Browse the repository at this point in the history
  • Loading branch information
CorySanin committed Jan 11, 2020
1 parent e1d68d3 commit f0c5c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,9 +30,9 @@ docker run -e EMAIL=<EMAIL> -e PASSWORD=<PASSWORD> epicgames
Replacing the environment variables `EMAIL` and `PASSWORD` for your epicgames store credentials.

## Optional configuration
You can also specify two extra environmente variables `TIMEOUT` and `LOGIN_TIMEOUT` if you have a slow internet connection speed and want to make sure it won't affect the result of the script.
You can also specify two extra environmente variables `TIMEOUT` and `LOGIN_TIMEOUT` if you have a slow internet connection speed and want to make sure it won't affect the result of the script. `LOGLEVEL` can be used to specify the [log level](https://docs.python.org/3.7/library/logging.html#logging-levels) to log.
Run a docker container with these:
```
docker run -e TIMEOUT=10 -e LOGIN_TIMEOUT=15 -e EMAIL=<EMAIL> -e PASSWORD=<PASSWORD> epicgames
docker run -e TIMEOUT=10 -e LOGIN_TIMEOUT=15 -e LOGLEVEL=DEBUG -e EMAIL=<EMAIL> -e PASSWORD=<PASSWORD> epicgames
```
These environmente variables have a default value of `TIMEOUT = 5` and `LOGIN_TIMEOUT = 10`.

0 comments on commit f0c5c86

Please sign in to comment.