Update log topics

This commit is contained in:
Braydon 2023-05-31 22:36:35 -04:00
parent baa5d39dd4
commit 7276615298
3 changed files with 3 additions and 3 deletions

@ -19,7 +19,7 @@ import java.util.Objects;
* @author Braydon * @author Braydon
*/ */
@SpringBootApplication @SpringBootApplication
@Slf4j @Slf4j(topic = "License Server")
public class LicenseServer { public class LicenseServer {
public static final Gson GSON = new GsonBuilder() public static final Gson GSON = new GsonBuilder()
.serializeNulls() .serializeNulls()

@ -22,7 +22,7 @@ import org.springframework.stereotype.Service;
* @author Braydon * @author Braydon
*/ */
@Service @Service
@Slf4j @Slf4j(topic = "Discord")
public final class DiscordService { public final class DiscordService {
/** /**
* The version of this Springboot application. * The version of this Springboot application.

@ -24,7 +24,7 @@ import java.util.Optional;
* @author Braydon * @author Braydon
*/ */
@Service @Service
@Slf4j @Slf4j(topic = "Licenses")
public final class LicenseService { public final class LicenseService {
/** /**
* The {@link LicenseRepository} to use. * The {@link LicenseRepository} to use.