Skip to content
Snippets Groups Projects
Commit 33fa85c8 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

fix environment logging

parent fc79bedf
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ func (m *loggingMiddleware) Migrate(ctx context.Context, spaceId string, envId s ...@@ -102,7 +102,7 @@ func (m *loggingMiddleware) Migrate(ctx context.Context, spaceId string, envId s
return return
} }
// В случае асинхронной миграции, информация о ней будет отправлена в сервис логирования внутри самого сервиса. // Информация о миграции будет отправлена в сервис логирования внутри самого сервиса.
return err return err
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment