Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Wiest
unified-ticketing
Commits
04ae3ee4
Verified
Commit
04ae3ee4
authored
Nov 12, 2020
by
Lukas Wiest
🚂
Browse files
fix(logger): set correct package for mainlogger after
19162378
parent
1e4434ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/hftstuttgart/unifiedticketing/core/Logging.java
View file @
04ae3ee4
...
...
@@ -12,7 +12,7 @@ public class Logging
static
{
mainLogger
=
Logger
.
getLogger
(
"de.hft.unifiedticketing"
);
mainLogger
=
Logger
.
getLogger
(
"de.hft
stuttgart
.unifiedticketing"
);
mainLogger
.
setUseParentHandlers
(
false
);
handler
=
new
ConsoleHandler
();
handler
.
setFormatter
(
new
SimpleFormatter
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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