Add setting logging level to reduce output for non-dev usage

Repository details (talkie)
Project page
talkie
Project log category
(588 entries)
Repository
@joelpurra/talkie
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📂 This project is open.
🌠 This project is popular.
Repository activity period
🗓
Commits
630 commits
Stars
69 stars
Commit details (9743e30a)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Add setting logging level to reduce output for non-dev usage

Fixes #7.

Raw text
Add setting logging level to reduce output for non-dev usage

Fixes #7.

Changed files (23)

Path Additions Deletions
.github/CONTRIBUTING.md +2 -1
DEVELOP.md +7 -1
src/background/background.js +12 -8
src/background/chain.js +3 -3
src/background/command-handler.js +5 -5
src/background/context-menu-manager.js +7 -7
src/background/icon-manager.js +3 -3
src/background/language-helper.js +11 -11
src/background/only-last-caller.js +3 -3
src/background/shortcut-key-manager.js +3 -3
src/background/storage-manager.js +12 -12
src/background/suspension-manager.js +8 -8
src/background/talkie-background.js +14 -14
src/background/talkie-speaker.js +22 -22
src/frontend/dual-log.js +13 -36
src/frontend/shared-frontend.js +11 -11
src/options/options.js +8 -8
src/popup/popup.js +2 -2
src/shared/broadcaster.js +1 -1
src/shared/execute.js +9 -9
src/shared/log.js +62 -15
src/shared/tabs.js +3 -3
src/shared/voices.js +3 -3

Commit categories (3)