Commit 1fa09dd4 authored by Liang Ding's avatar Liang Ding

🔊 md 引擎日志

parent 01356726
......@@ -120,9 +120,9 @@ public final class Markdowns {
MARKDOWN_HTTP_AVAILABLE = StringUtils.contains(html, "<p>昔日舞曲</p>");
if (MARKDOWN_HTTP_AVAILABLE) {
LOGGER.log(Level.DEBUG, "[markdown-http] is available, uses it for markdown processing");
LOGGER.log(Level.INFO, "[markdown-http] is available, uses it for markdown processing");
} else {
LOGGER.log(Level.DEBUG, "[markdown-http] is not available, uses built-in [flexmark] for markdown processing");
LOGGER.log(Level.INFO, "[markdown-http] is not available, uses built-in [flexmark] for markdown processing");
}
} catch (final Exception e) {
LOGGER.log(Level.INFO, "[markdown-http] is not available, uses built-in [flexmark] for markdown processing. " +
......
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