We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Introduce a new env param 'BACKUP_SERVICE_ENDPOINT' to indicate if a snapshot need to be backuped
See issue #170
In case this parm is set, the onSave method should create a separate event log entry used by the backupservice to backup a snapshot
onSave
// 9. write event log entry... if (backupServiceEndpoint.isPresent() && !backupServiceEndpoint.get().isEmpty()) { if (debug) { logger.finest("......create event log entry " + EVENTLOG_TOPIC_ADD); } eventLogService.createEvent(EVENTLOG_TOPIC_ADD, snapshot.getUniqueID()); }
The text was updated successfully, but these errors were encountered:
impl
6fcf532
Issue #171
2c77bfa
No branches or pull requests
Introduce a new env param 'BACKUP_SERVICE_ENDPOINT' to indicate if a snapshot need to be backuped
See issue #170
In case this parm is set, the
onSave
method should create a separate event log entry used by the backupservice to backup a snapshotThe text was updated successfully, but these errors were encountered: