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

BLZT-49 adding some logs #74

Merged
merged 9 commits into from
Nov 29, 2023
Merged

BLZT-49 adding some logs #74

merged 9 commits into from
Nov 29, 2023

Conversation

andrewpikozh
Copy link
Contributor

No description provided.

…bring into BLZT-49

# Conflicts:
#	core/src/main/java/com/bobocode/bring/core/context/impl/AnnotationBringBeanRegistry.java
#	core/src/main/java/com/bobocode/bring/core/context/impl/BringApplicationContext.java
#	core/src/main/java/com/bobocode/bring/core/context/impl/DefaultBringBeanFactory.java
#	web/src/main/java/com/bobocode/bring/web/BringWebApplication.java
@andrewpikozh andrewpikozh changed the title BLZT-49 BLZT-49 adding some logs Nov 26, 2023
@@ -74,7 +74,7 @@ private void invokeTaskMethod(Object bean, Method method, String taskName) {
try {
method.invoke(bean);
} catch (Exception exe) {
log.error("Cannot invoke taskName [" + taskName + "] error " + exe.getMessage(), exe);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need update test logback-test.xml add trace by default

@@ -55,5 +58,6 @@ public void handleAnnotation(Object instance, Method method, String requestMappi
.orElse(new ArrayList<>());
addSorted(params, getMethodParamsList);
restControllerParamsMap.put(RequestMethod.GET.name(), getMethodParamsList);
log.info("");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add some text or remove it.

@andrewpikozh andrewpikozh marked this pull request as ready for review November 26, 2023 20:00
@pull-request-size pull-request-size bot added size/L and removed size/M labels Nov 28, 2023
@andrewpikozh andrewpikozh linked an issue Nov 28, 2023 that may be closed by this pull request
…bring into BLZT-49

# Conflicts:
#	core/src/main/java/com/bobocode/bring/core/context/impl/DefaultBringBeanFactory.java
…bring into BLZT-49

# Conflicts:
#	core/src/main/java/com/bobocode/bring/core/context/impl/BeanCreator.java
@andrewpikozh andrewpikozh merged commit 9824efb into main Nov 29, 2023
2 checks passed
@PolukovY PolukovY deleted the BLZT-49 branch November 29, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add logging
3 participants