Commit 8f9e595e authored by Liang Ding's avatar Liang Ding

🎨 Fix #12948

parent dfcbff1a
......@@ -73,7 +73,7 @@
</scm>
<properties>
<org.b3log.latke.version>3.0.16</org.b3log.latke.version>
<org.b3log.latke.version>3.0.17</org.b3log.latke.version>
<slf4j.version>1.7.28</slf4j.version>
<jsoup.version>1.12.1</jsoup.version>
......
......@@ -213,7 +213,7 @@ public final class Server extends BaseServer {
final boolean luteAvailable = Markdowns.LUTE_AVAILABLE;
LOGGER.log(Level.INFO, "Solo is booting [ver=" + VERSION + ", os=" + Latkes.getOperatingSystemName() +
", isDocker=" + Latkes.isDocker() + ", luteAvailable=" + luteAvailable + ", pid=" + Latkes.currentPID() +
", isDocker=" + Latkes.isDocker() + ", inJar=" + Latkes.isInJar() + ", luteAvailable=" + luteAvailable + ", pid=" + Latkes.currentPID() +
", runtimeDatabase=" + runtimeDatabase + ", runtimeMode=" + Latkes.getRuntimeMode() + ", jdbc.username=" +
jdbcUsername + ", jdbc.URL=" + jdbcURL + "]");
......
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