diff --git a/README.md b/README.md
index 24c8219dba95939ff58594a84c45d0d6c97e8b51..1dab4ec3ee3b21fe7173323b1e78fbf8fa7382a5 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,10 @@ Maybe there will be a version with accounts (and LDAP support?) in the future, b
 
 - [ ] Finetuning of example HLS configuration
 - [ ] Add Footer with link to repo, contact info
-- [ ] Option to prevent unrestricted usage without preconfigured stream key/password
-- [ ] Option to "protect" certain stream keys
 - [ ] Option ?start=2021-02-23T21.15 and display a countdown before showing the stream
 - [ ] Add socketio for single stream pages (to show realtime notices before streams started, after ended, duration of the stream, viewer count..?)
+- [x] Option to prevent unrestricted usage without preconfigured stream key/password
+- [x] Option to "protect" certain stream keys
 - [x] Option to have unlisted streams
 - [x] Option to predefine passwords per stream key in config
 - [x] Try Out Flask socketio integration for realtime listing of current streams
diff --git a/streamviewer/config.py b/streamviewer/config.py
index 7e11c994ab5b668b7711d4c0b98771c9e9c3a83f..b6f20f68a703ee537103c45760504efa3ae2f795 100644
--- a/streamviewer/config.py
+++ b/streamviewer/config.py
@@ -17,7 +17,7 @@ APPLICATION_NAME = "streamviewer"
 DEFAULT_CONFIG = """
 [application]
 # Valid Log Levels are Debug, Info, Warning, Error, Critical
-loglevel = "Debug"
+loglevel = "Info"
 
 # Hostname, used to replace [[[HOSTNAME]]] in description.md if active
 hostname = "streams.example.com"