Update log topics
This commit is contained in:
parent
baa5d39dd4
commit
7276615298
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user