]> git.basschouten.com Git - openhab-addons.git/commitdiff
Reduced logging (#8740)
authorChristoph Weitkamp <github@christophweitkamp.de>
Mon, 12 Oct 2020 15:14:35 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 15:14:35 +0000 (17:14 +0200)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleTTSService.java

index 18f45f31418165f40bd5a896a0b23923cf76f870..3a2f737b92497e89b12ebdb4af5ee3c84a477aee 100644 (file)
@@ -129,7 +129,7 @@ public class GoogleTTSService implements TTSService {
         if (!cacheFolder.exists()) {
             cacheFolder.mkdirs();
         }
-        logger.info("Using cache folder {}", cacheFolder.getAbsolutePath());
+        logger.debug("Using cache folder {}", cacheFolder.getAbsolutePath());
 
         apiImpl = new GoogleCloudAPI(configAdmin, oAuthFactory, cacheFolder);
         updateConfig(config);