-
Notifications
You must be signed in to change notification settings - Fork 16
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
Некорректное логирование ответов MQ заглушек #3
Comments
MAKAR1031
pushed a commit
that referenced
this issue
Oct 18, 2018
COM-8 Добавить вывод версии приложения в футере Approved-by: SonarQube BSC <sonarqube@bsc-ideas.com> Approved-by: Pavel Golovkin <pavel.golovkin@bsc-ideas.com>
MAKAR1031
pushed a commit
that referenced
this issue
Oct 18, 2018
COM-19 Approved-by: Stanislav Doroshin <stanislav.doroshin@bsc-ideas.com>
MAKAR1031
pushed a commit
that referenced
this issue
Oct 18, 2018
Feature/COM-35/yaml Approved-by: Aleksey Temnov <alexey.temnov@bsc-ideas.com>
MAKAR1031
added a commit
that referenced
this issue
Oct 18, 2018
COM-115 - Доработки по результатам статического анализа кода Approved-by: Stanislav Doroshin <stanislav.doroshin@bsc-ideas.com>
MAKAR1031
added a commit
that referenced
this issue
Oct 18, 2018
COM-251 common classes * COM-251 - Перенос общих классов после слияния проектов Approved-by: Pavel Golovkin <pavel.golovkin@bsc-ideas.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Сейчас в ответе логируется исходное сообщение из запроса.
logger.info(" [x] Send >>> {} '{}'", queueNameTo, message.getText(), "UTF-8");
Надо, судя по всему, так: (newMessage вместо message)
logger.info(" [x] Send >>> {} '{}'", queueNameTo, newMessage.getText(), "UTF-8");
The text was updated successfully, but these errors were encountered: