mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
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
Block a user