update format for messages in logging
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 39s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 39s
This commit is contained in:
parent
ee138cb5a9
commit
ed79a46af3
@ -60,7 +60,7 @@ public class LogFeature extends Feature {
|
||||
return "No content";
|
||||
}
|
||||
if (content.length() > 512) {
|
||||
return "Content too long, [click here to view]("+PasteUtils.uploadPaste(content)+")";
|
||||
return "Content too long, [click here to view]("+PasteUtils.uploadPaste(content).getUrl()+")";
|
||||
}
|
||||
if (content.length() <= 32) {
|
||||
return "`%s`".formatted(content);
|
||||
|
Loading…
Reference in New Issue
Block a user