Skip to content

Commit

Permalink
switch propogate off on test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jan 16, 2024
1 parent 5c9987e commit 0508f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ python -m pip install musify
## Currently Supported
- **Music Streaming Services**: `Spotify`
- **Audio filetypes**: `.m4a` `.flac` `.mp3` `.wma`
- **Local playlist filetypes**: `.xautopf` `.m3u`
- **Audio filetypes**: `.wma` `.flac` `.mp3` `.m4a`
- **Local playlist filetypes**: `.m3u` `.xautopf`
- **Local Libraries**: `MusicBee`
<a id="aims"></a>
Expand Down
2 changes: 1 addition & 1 deletion tests/__resources/test_logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ loggers:
test: &logger
level: DEBUG
handlers: [console_info, file]
propagate: yes
propagate: no

dev:
<<: *logger
Expand Down

0 comments on commit 0508f51

Please sign in to comment.