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
*/
@SpringBootApplication
@Slf4j
@Slf4j(topic = "License Server")
public class LicenseServer {
public static final Gson GSON = new GsonBuilder()
.serializeNulls()

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

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