adjust log level
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 5 Aug 2023 10:58:11 +0000 (12:58 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 5 Aug 2023 10:58:11 +0000 (12:58 +0200)
music_assistant/server/providers/slimproto/cli.py

index bc3232d328cbb4c2a1c5bd73db456311026c64ef..07348bcff2ba413445ec70515c83962c1adc7170 100644 (file)
@@ -178,7 +178,7 @@ class LmsCli:
         """Handle new connection on the legacy CLI."""
         # https://raw.githubusercontent.com/Logitech/slimserver/public/7.8/HTML/EN/html/docs/cli-api.html
         # https://github.com/elParaguayo/LMS-CLI-Documentation/blob/master/LMS-CLI.md
-        self.logger.info("Client connected on Telnet CLI")
+        self.logger.debug("Client connected on Telnet CLI")
         try:
             while True:
                 raw_request = await reader.readline()