feat: Adjust log verbosity via verbose arg (#128)

This commit is contained in:
VitaminB16
2024-03-11 19:38:44 +00:00
committed by GitHub
parent 80213f28d2
commit 4b7bdb9313
3 changed files with 21 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ Optional
├── country_indeed (enum): filters the country on Indeed (see below for correct spelling)
├── offset (num): starts the search from an offset (e.g. 25 will start the search from the 25th result)
├── hours_old (int): filters jobs by the number of hours since the job was posted (ZipRecruiter and Glassdoor round up to next day. If you use this on Indeed, it will not filter by job_type or is_remote)
├── verbose (int) {0, 1, 2}: Controls the verbosity of the runtime printouts (0 prints only errors, 1 is errors+warnings, 2 is all logs. Default is 2.)
```
### JobPost Schema