Verified Commit 04ae3ee4 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

fix(logger): set correct package for mainlogger after 19162378

parent 1e4434ab
......@@ -12,7 +12,7 @@ public class Logging
static
{
mainLogger = Logger.getLogger("de.hft.unifiedticketing");
mainLogger = Logger.getLogger("de.hftstuttgart.unifiedticketing");
mainLogger.setUseParentHandlers(false);
handler = new ConsoleHandler();
handler.setFormatter(new SimpleFormatter() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment