View logs
LiveData Migrator for Azure stores information logs on the filesystem it was installed to. You can find these logs in the /var/log/wandisco
directory.
Data migration logs
The /var/log/wandisco/livedata-migrator
directory contains log files for data migrations. These include:
Log file | Description |
---|---|
livedata-migrator.log | A log with overall usage data and the state of LiveData Migrator for Azure. |
file-tracker-<migration_id>.log | A log of all files migrated during the migration with the same ID. |
migration-audit-<migration_id>.log | A log of all actions taken on files during the migration with the same ID. |
http-audit.log | A log of all HTTP requests and responses made and received with LiveData Migrator for Azure's API. |
diagnostics.log | A log of all diagnostic API calls made in LiveData Migrator for Azure. |
excluded-paths.log | A log of all paths excluded from migrations. |
gc.log.<date_time>.0.current | Java Virtual Machine garbage collection logs for LiveData Migrator for Azure. |
threads/thread-dump-<date/time> | Regular Java thread dumps. |
archived | Folder containing archived log files for older migrations. |
Metadata migration logs
The /var/log/wandisco/hivemigrator
directory contains log files for the metadata migration service in LiveData Migrator for Azure. These include:
Log file | Description |
---|---|
hivemigrator.log | A log with overall usage data and the state of the metadata migration service. |
http-audit.log | A log of all HTTP requests and responses made and received with the API for metadata migration. |
gc.log.<date_time>.0.current | Java Virtual Machine garbage collection logs for the metadata migration service. |
migration-audit-check.log | A log of all actions that occur during hive agent checks. |
migration-audit-<metadata-migration_name>.log | A log of all actions taken on the metadata during the migration with the same name. |
LiveData gateway logs
The /var/log/wandisco/livedata-gateway
directory contains log files for the LiveData Migrator for Azure component that handles interactions with Microsoft Azure services. The livedata-gateway.log
file here logs all requests made from Microsoft Azure to your LiveData Migrator for Azure installation.