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