Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change log message field msg -> message #61

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Change log message field msg -> message #61

merged 1 commit into from
Sep 12, 2024

Conversation

bma13
Copy link
Collaborator

@bma13 bma13 commented Sep 12, 2024

No description provided.

Copy link

📝 Test results

ydbcp

32 tests (32 passed)
%%{init: {"theme":"base","themeVariables":{"fontFamily":"monospace","pieSectionTextSize":"24px","darkMode":true,"pie1":"#2da44e"}}}%%
pie showData
"Passed" : 32

Loading
📦 Package🟢 Passed🔴 Failed🟡 Skipped⏳ Duration
🟡 ydbcp/cmd/integration0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/cmd/ydbcp0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/auth0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/config0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/connectors/client0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/connectors/db0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟢 ydbcp/internal/connectors/db/yql/queries5001020ms
🧪 Tests
  • 🟢TestQueryBuilder_CreateBackupSchedule
  • 🟢TestQueryBuilder_CreateCreate
  • 🟢TestQueryBuilder_Read
  • 🟢TestQueryBuilder_UpdateCreate
  • 🟢TestQueryBuilder_UpdateUpdate
🖨️ Output
=== RUN   TestQueryBuilder_Read
2024-09-12T13:22:15.611Z	DEBUG	queries/read.go:143	read query	{"yql": "SELECT column1, column2, column3 FROM table1 WHERE (column1 = $param0 OR column1 = $param1) AND (column2 = $param2 OR column2 = $param3)"}
--- PASS: TestQueryBuilder_Read (0.00s)
=== RUN   TestQueryBuilder_UpdateUpdate
2024-09-12T13:22:15.612Z	DEBUG	queries/write.go:450	write query	{"yql": "UPDATE Backups SET status = $status_0 WHERE id = $id_0;\nUPDATE Operations SET status = $status_1, message = $message_1 WHERE id = $id_1"}
--- PASS: TestQueryBuilder_UpdateUpdate (0.00s)
=== RUN   TestQueryBuilder_CreateCreate
2024-09-12T13:22:15.613Z	DEBUG	queries/write.go:450	write query	{"yql": "UPSERT INTO Backups (id, container_id, database, endpoint, s3_endpoint, s3_region, s3_bucket, s3_path_prefix, status, message, size, initiated, created_at) VALUES ($id_0, $container_id_0, $database_0, $endpoint_0, $s3_endpoint_0, $s3_region_0, $s3_bucket_0, $s3_path_prefix_0, $status_0, $message_0, $size_0, $initiated_0, $created_at_0);\nUPSERT INTO Operations (id, type, status, message, initiated, created_at, container_id, database, endpoint, backup_id, operation_id) VALUES ($id_1, $type_1, $status_1, $message_1, $initiated_1, $created_at_1, $container_id_1, $database_1, $endpoint_1, $backup_id_1, $operation_id_1)"}
--- PASS: TestQueryBuilder_CreateCreate (0.00s)
=== RUN   TestQueryBuilder_UpdateCreate
2024-09-12T13:22:15.613Z	DEBUG	queries/write.go:450	write query	{"yql": "UPDATE Backups SET status = $status_0 WHERE id = $id_0;\nUPSERT INTO Operations (id, type, status, message, initiated, created_at, container_id, database, endpoint, backup_id, operation_id, paths, paths_to_exclude) VALUES ($id_1, $type_1, $status_1, $message_1, $initiated_1, $created_at_1, $container_id_1, $database_1, $endpoint_1, $backup_id_1, $operation_id_1, $paths_1, $paths_to_exclude_1)"}
--- PASS: TestQueryBuilder_UpdateCreate (0.00s)
=== RUN   TestQueryBuilder_CreateBackupSchedule
2024-09-12T13:22:15.614Z	DEBUG	queries/write.go:450	write query	{"yql": "UPSERT INTO BackupSchedules (id, container_id, database, endpoint, name, active, crontab, ttl, paths, initiated, created_at, recovery_point_objective, last_backup_id, next_launch) VALUES ($id_0, $container_id_0, $database_0, $endpoint_0, $name_0, $active_0, $crontab_0, $ttl_0, $paths_0, $initiated_0, $created_at_0, $recovery_point_objective_0, $last_backup_id_0, $next_launch_0)"}
--- PASS: TestQueryBuilder_CreateBackupSchedule (0.00s)
🟡 ydbcp/internal/connectors/s30000ms
🧪 Tests(none)
🖨️ Output
(none)
🟢 ydbcp/internal/handlers23001037ms
🧪 Tests
  • 🟢TestDBOperationHandlerDeadlineExceededForRunningOperation
  • 🟢TestDBOperationHandlerPendingOperationCompletedSuccessfully
  • 🟢TestDBOperationHandlerRunningOperationCompletedSuccessfully
  • 🟢TestRBOperationHandlerCancellingOperationCancelled
  • 🟢TestRBOperationHandlerCancellingOperationCompletedSuccessfully
  • 🟢TestRBOperationHandlerCancellingOperationInProgress
  • 🟢TestRBOperationHandlerDeadlineExceededForCancellingOperation
  • 🟢TestRBOperationHandlerDeadlineExceededForRunningOperation
  • 🟢TestRBOperationHandlerInvalidOperationResponse
  • 🟢TestRBOperationHandlerRetriableErrorForRunningOperation
  • 🟢TestRBOperationHandlerRunningOperationCancelled
  • 🟢TestRBOperationHandlerRunningOperationCompletedSuccessfully
  • 🟢TestRBOperationHandlerRunningOperationInProgress
  • 🟢TestTBOperationHandlerCancellingOperationCancelled
  • 🟢TestTBOperationHandlerCancellingOperationCompletedSuccessfully
  • 🟢TestTBOperationHandlerCancellingOperationInProgress
  • 🟢TestTBOperationHandlerDeadlineExceededForCancellingOperation
  • 🟢TestTBOperationHandlerDeadlineExceededForRunningOperation
  • 🟢TestTBOperationHandlerInvalidOperationResponse
  • 🟢TestTBOperationHandlerRetriableErrorForRunningOperation
  • 🟢TestTBOperationHandlerRunningOperationCancelled
  • 🟢TestTBOperationHandlerRunningOperationCompletedSuccessfully
  • 🟢TestTBOperationHandlerRunningOperationInProgress
🖨️ Output
=== RUN   TestDBOperationHandlerDeadlineExceededForRunningOperation
2024-09-12T13:22:16.209Z	INFO	handlers/delete_backup.go:37	DBOperationHandler	{"OperationMessage": ""}
--- PASS: TestDBOperationHandlerDeadlineExceededForRunningOperation (0.00s)
=== RUN   TestDBOperationHandlerPendingOperationCompletedSuccessfully
2024-09-12T13:22:16.210Z	INFO	handlers/delete_backup.go:37	DBOperationHandler	{"OperationMessage": ""}
--- PASS: TestDBOperationHandlerPendingOperationCompletedSuccessfully (0.00s)
=== RUN   TestDBOperationHandlerRunningOperationCompletedSuccessfully
2024-09-12T13:22:16.210Z	INFO	handlers/delete_backup.go:37	DBOperationHandler	{"OperationMessage": ""}
--- PASS: TestDBOperationHandlerRunningOperationCompletedSuccessfully (0.00s)
=== RUN   TestRBOperationHandlerInvalidOperationResponse
2024-09-12T13:22:16.210Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.211Z	INFO	handlers/utils.go:48	getting operation status	{"id": "aebf15a7-bd62-45c6-bf99-fa34abeeb1e9", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerInvalidOperationResponse (0.00s)
=== RUN   TestRBOperationHandlerDeadlineExceededForRunningOperation
2024-09-12T13:22:16.211Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.211Z	INFO	handlers/utils.go:48	getting operation status	{"id": "13f32420-3202-47e9-8554-7f8ca1d48579", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerDeadlineExceededForRunningOperation (0.00s)
=== RUN   TestRBOperationHandlerRunningOperationInProgress
2024-09-12T13:22:16.212Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.212Z	INFO	handlers/utils.go:48	getting operation status	{"id": "0b1e2de8-a2a0-4f4e-8dc2-34efda2566bb", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerRunningOperationInProgress (0.00s)
=== RUN   TestRBOperationHandlerRunningOperationCompletedSuccessfully
2024-09-12T13:22:16.212Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.212Z	INFO	handlers/utils.go:48	getting operation status	{"id": "af170ff5-1a74-4357-874a-2255391c8431", "type": "RB", "ydb_operation_id": "1"}
2024-09-12T13:22:16.212Z	INFO	handlers/restore_backup.go:137	forgetting operation	{"id": "af170ff5-1a74-4357-874a-2255391c8431", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerRunningOperationCompletedSuccessfully (0.00s)
=== RUN   TestRBOperationHandlerRunningOperationCancelled
2024-09-12T13:22:16.213Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.213Z	INFO	handlers/utils.go:48	getting operation status	{"id": "57c54603-cf51-4a66-ba8a-568fd4c93500", "type": "RB", "ydb_operation_id": "1"}
2024-09-12T13:22:16.213Z	INFO	handlers/restore_backup.go:137	forgetting operation	{"id": "57c54603-cf51-4a66-ba8a-568fd4c93500", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerRunningOperationCancelled (0.00s)
=== RUN   TestRBOperationHandlerDeadlineExceededForCancellingOperation
2024-09-12T13:22:16.213Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.214Z	INFO	handlers/utils.go:48	getting operation status	{"id": "c817b75e-1cfa-45ef-9668-1cdda5fa6b13", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerDeadlineExceededForCancellingOperation (0.00s)
=== RUN   TestRBOperationHandlerCancellingOperationInProgress
2024-09-12T13:22:16.214Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.214Z	INFO	handlers/utils.go:48	getting operation status	{"id": "65f68ba4-684f-4fad-9f7d-3c013e97ce61", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerCancellingOperationInProgress (0.00s)
=== RUN   TestRBOperationHandlerCancellingOperationCompletedSuccessfully
2024-09-12T13:22:16.214Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": "operation was cancelled by user"}
2024-09-12T13:22:16.215Z	INFO	handlers/utils.go:48	getting operation status	{"id": "f7ab8b21-413b-4ec8-a1c7-1bed2e092584", "type": "RB", "ydb_operation_id": "1"}
2024-09-12T13:22:16.215Z	INFO	handlers/restore_backup.go:137	forgetting operation	{"id": "f7ab8b21-413b-4ec8-a1c7-1bed2e092584", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerCancellingOperationCompletedSuccessfully (0.00s)
=== RUN   TestRBOperationHandlerCancellingOperationCancelled
2024-09-12T13:22:16.215Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.215Z	INFO	handlers/utils.go:48	getting operation status	{"id": "2041601c-ff09-45f5-ab8f-85a6b9c9a9f0", "type": "RB", "ydb_operation_id": "1"}
2024-09-12T13:22:16.215Z	INFO	handlers/restore_backup.go:137	forgetting operation	{"id": "2041601c-ff09-45f5-ab8f-85a6b9c9a9f0", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerCancellingOperationCancelled (0.00s)
=== RUN   TestRBOperationHandlerRetriableErrorForRunningOperation
2024-09-12T13:22:16.216Z	INFO	handlers/restore_backup.go:33	RBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.216Z	INFO	handlers/utils.go:48	getting operation status	{"id": "e8125bad-65fd-4ec2-9b2a-ba71a7b46b23", "type": "RB", "ydb_operation_id": "1"}
2024-09-12T13:22:16.216Z	INFO	handlers/utils.go:71	received retriable error	{"id": "e8125bad-65fd-4ec2-9b2a-ba71a7b46b23", "type": "RB", "ydb_operation_id": "1"}
--- PASS: TestRBOperationHandlerRetriableErrorForRunningOperation (0.00s)
=== RUN   TestTBOperationHandlerInvalidOperationResponse
2024-09-12T13:22:16.216Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.216Z	INFO	handlers/utils.go:48	getting operation status	{"id": "c9f820d8-b856-4ffc-9ad9-32ddccfc2830", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerInvalidOperationResponse (0.00s)
=== RUN   TestTBOperationHandlerDeadlineExceededForRunningOperation
2024-09-12T13:22:16.217Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.217Z	INFO	handlers/utils.go:48	getting operation status	{"id": "38df483b-77d5-4ecd-b0ad-99d97ceea530", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerDeadlineExceededForRunningOperation (0.00s)
=== RUN   TestTBOperationHandlerRunningOperationInProgress
2024-09-12T13:22:16.217Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.217Z	INFO	handlers/utils.go:48	getting operation status	{"id": "f08915d7-7995-49a0-a2c2-145f93840bf0", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerRunningOperationInProgress (0.00s)
=== RUN   TestTBOperationHandlerRunningOperationCompletedSuccessfully
2024-09-12T13:22:16.218Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.218Z	INFO	handlers/utils.go:48	getting operation status	{"id": "9057e205-c3ea-431c-8436-044da41c5d0b", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerRunningOperationCompletedSuccessfully (0.00s)
=== RUN   TestTBOperationHandlerRunningOperationCancelled
2024-09-12T13:22:16.218Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.218Z	INFO	handlers/utils.go:48	getting operation status	{"id": "331c3245-484d-49e0-93b4-7065e30a3fd4", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerRunningOperationCancelled (0.00s)
=== RUN   TestTBOperationHandlerDeadlineExceededForCancellingOperation
2024-09-12T13:22:16.219Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.219Z	INFO	handlers/utils.go:48	getting operation status	{"id": "9e21fbae-14b7-474b-9db8-8e4648db4d98", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerDeadlineExceededForCancellingOperation (0.00s)
=== RUN   TestTBOperationHandlerCancellingOperationInProgress
2024-09-12T13:22:16.219Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.219Z	INFO	handlers/utils.go:48	getting operation status	{"id": "369f037e-2fe9-4f01-9886-bbccfafc2345", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerCancellingOperationInProgress (0.00s)
=== RUN   TestTBOperationHandlerCancellingOperationCompletedSuccessfully
2024-09-12T13:22:16.220Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": "operation was cancelled by user"}
2024-09-12T13:22:16.220Z	INFO	handlers/utils.go:48	getting operation status	{"id": "a106168a-2d59-47be-baed-42e95f4394af", "type": "TB", "ydb_operation_id": "1"}
Operation was completed despite cancellation: operation was cancelled by user--- PASS: TestTBOperationHandlerCancellingOperationCompletedSuccessfully (0.00s)
=== RUN   TestTBOperationHandlerCancellingOperationCancelled
2024-09-12T13:22:16.220Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.220Z	INFO	handlers/utils.go:48	getting operation status	{"id": "1428b53e-3d66-4d88-9dee-746f289f5aac", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerCancellingOperationCancelled (0.00s)
=== RUN   TestTBOperationHandlerRetriableErrorForRunningOperation
2024-09-12T13:22:16.220Z	INFO	handlers/take_backup.go:41	TBOperationHandler	{"OperationMessage": ""}
2024-09-12T13:22:16.221Z	INFO	handlers/utils.go:48	getting operation status	{"id": "41167a27-fa4d-4d33-ad03-205c62716a23", "type": "TB", "ydb_operation_id": "1"}
2024-09-12T13:22:16.221Z	INFO	handlers/utils.go:71	received retriable error	{"id": "41167a27-fa4d-4d33-ad03-205c62716a23", "type": "TB", "ydb_operation_id": "1"}
--- PASS: TestTBOperationHandlerRetriableErrorForRunningOperation (0.00s)
🟢 ydbcp/internal/processor2001018.9999999999999ms
🧪 Tests
  • 🟢TestOperationHandlerRegistry
  • 🟢TestProcessor
🖨️ Output
=== RUN   TestProcessor
2024-09-12T13:22:16.524Z	DEBUG	processor/processor.go:76	Operation Processor started	{"period": "10s"}
2024-09-12T13:22:16.524Z	DEBUG	processor/processor.go:134	operation already running	{"RunID": "4b7431c5-a70e-4baa-8bad-ff92fe72b1c6", "OperationID": "00bc5903-b253-4f95-b09a-edc1a54f2d78", "OperationType": "TB", "OperationState": "PENDING", "operation": "Operation, id 00bc5903-b253-4f95-b09a-edc1a54f2d78, type TB, state PENDING"}
2024-09-12T13:22:16.525Z	DEBUG	processor/processor.go:134	operation already running	{"RunID": "cc997ce8-0045-4977-b09e-c2c75ff7a92f", "OperationID": "00bc5903-b253-4f95-b09a-edc1a54f2d78", "OperationType": "TB", "OperationState": "PENDING", "operation": "Operation, id 00bc5903-b253-4f95-b09a-edc1a54f2d78, type TB, state PENDING"}
2024-09-12T13:22:16.525Z	DEBUG	processor/processor.go:147	start operation handler	{"RunID": "58d85ae1-6927-4ae2-838e-1040ce2a94b1", "OperationID": "00bc5903-b253-4f95-b09a-edc1a54f2d78", "OperationType": "TB", "OperationState": "PENDING", "operation": "Operation, id 00bc5903-b253-4f95-b09a-edc1a54f2d78, type TB, state PENDING"}
2024-09-12T13:22:16.525Z	DEBUG	processor/processor_test.go:40	TB handler called for operation	{"RunID": "58d85ae1-6927-4ae2-838e-1040ce2a94b1", "OperationID": "00bc5903-b253-4f95-b09a-edc1a54f2d78", "OperationType": "TB", "OperationState": "PENDING", "operation": "Operation, id 00bc5903-b253-4f95-b09a-edc1a54f2d78, type TB, state PENDING"}
2024-09-12T13:22:16.525Z	DEBUG	processor/processor.go:159	operation handler finished successfully	{"RunID": "58d85ae1-6927-4ae2-838e-1040ce2a94b1", "OperationID": "00bc5903-b253-4f95-b09a-edc1a54f2d78", "OperationType": "TB", "OperationState": "PENDING", "operation": "Operation, id 00bc5903-b253-4f95-b09a-edc1a54f2d78, type TB, state DONE"}
2024-09-12T13:22:16.525Z	DEBUG	processor/processor.go:81	Operation Processor stopping. Waiting for running operations...
2024-09-12T13:22:16.526Z	DEBUG	processor/processor.go:175	operation handler is marked as finished	{"OperationID": "00bc5903-b253-4f95-b09a-edc1a54f2d78"}
2024-09-12T13:22:16.526Z	DEBUG	processor/processor.go:84	Operation Processor stopped
--- PASS: TestProcessor (0.00s)
=== RUN   TestOperationHandlerRegistry
--- PASS: TestOperationHandlerRegistry (0.00s)
🟡 ydbcp/internal/server0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/server/grpcinfo0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟢 ydbcp/internal/server/services/backup2001033ms
🧪 Tests
  • 🟢TestEndpointSecureValidation
  • 🟢TestEndpointValidation
🖨️ Output
=== RUN   TestEndpointValidation
--- PASS: TestEndpointValidation (0.00s)
=== RUN   TestEndpointSecureValidation
--- PASS: TestEndpointSecureValidation (0.00s)
🟡 ydbcp/internal/server/services/backup_schedule0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/server/services/operation0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/types0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/util/ticker0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/util/timer0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/internal/util/xlog0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/pkg/plugins/auth0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/pkg/proto/ydbcp/v1alpha10000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/plugins/auth_nebius0000ms
🧪 Tests(none)
🖨️ Output
(none)
🟡 ydbcp/plugins/auth_nebius/proto/iam/v10000ms
🧪 Tests(none)
🖨️ Output
(none)

@bma13 bma13 merged commit 3ed2ee8 into main Sep 12, 2024
3 checks passed
@bma13 bma13 deleted the log-message-field branch September 12, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants