Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Logging Log4j2
Commits
e7f68630
Commit
e7f68630
authored
7 years ago
by
Gary Gregory
Browse files
Options
Download
Email Patches
Plain Diff
In-line local var.
parent
b49b9e8d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/TomcatLogger.java
+1
-2
...g/apache/logging/log4j/appserver/tomcat/TomcatLogger.java
with
1 addition
and
2 deletions
+1
-2
log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/tomcat/TomcatLogger.java
+
1
-
2
View file @
e7f68630
...
...
@@ -183,8 +183,7 @@ public class TomcatLogger implements Log {
}
public
static
ExtendedLogger
getLogger
(
final
String
name
)
{
final
LoggerContext
context
=
getContext
();
return
context
.
getLogger
(
name
);
return
getContext
().
getLogger
(
name
);
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help