Print recordings dir to log on initialization
This commit is contained in:
parent
bb6ba48f49
commit
aaaca23427
|
@ -66,7 +66,8 @@ public class LocalRecorder implements Recorder {
|
||||||
playlistGenTrigger.start();
|
playlistGenTrigger.start();
|
||||||
|
|
||||||
LOG.debug("Recorder initialized");
|
LOG.debug("Recorder initialized");
|
||||||
LOG.debug("Models to record: {}", models);
|
LOG.info("Models to record: {}", models);
|
||||||
|
LOG.info("Saving recordings in {}", config.getSettings().recordingsDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue