add topics to logs
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 42s

This commit is contained in:
Lee
2024-07-04 07:06:54 +01:00
parent 43c5473a4f
commit 5b0f06efc2
15 changed files with 16 additions and 15 deletions

View File

@ -15,7 +15,7 @@ import java.net.http.HttpResponse;
* @author Fascinated (fascinated7)
*/
@UtilityClass
@Log4j2
@Log4j2(topic = "PasteUtils")
public class PasteUtils {
private static final String PASTE_URL = "https://paste.fascinated.cc/";
private static final String PASTE_UPLOAD_URL = PASTE_URL + "api/upload";