Reduced logging (#8740)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
a7350abd8e
commit
0eac453308
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue