Reduced logging (#8740)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-10-12 17:14:35 +02:00 committed by GitHub
parent a7350abd8e
commit 0eac453308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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);