Commit a19f4367 authored by Liang Ding's avatar Liang Ding

🎨 调整日志

parent b2ee1ec5
...@@ -156,7 +156,7 @@ public final class Markdowns { ...@@ -156,7 +156,7 @@ public final class Markdowns {
try { try {
html = toHtmlByLute(markdownText); html = toHtmlByLute(markdownText);
} catch (final Exception e) { } catch (final Exception e) {
LOGGER.log(Level.WARN, "Failed to use [Lute] for markdown [md=" + StringUtils.substring(markdownText, 0, 256) + "]: " + e.getMessage()); LOGGER.log(Level.WARN, "Failed to use Lute [" + LUTE_ENGINE_URL + "] for markdown [md=" + StringUtils.substring(markdownText, 0, 256) + "]: " + e.getMessage());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment