mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🎨 Fix logging
This commit is contained in:
parent
779a35a3ec
commit
02a912aba0
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ func Serve(fastMode bool) {
|
|||
proxy := httputil.NewSingleHostReverseProxy(serverURL)
|
||||
logging.LogInfof("kernel reverse proxy server [%s] is booting", util.FixedPort)
|
||||
if proxyErr := http.ListenAndServe(host+":"+util.FixedPort, proxy); nil != proxyErr {
|
||||
logging.LogErrorf("boot kernel reverse proxy server failed: %s", serverURL, proxyErr)
|
||||
logging.LogErrorf("boot kernel reverse proxy server [%s] failed: %s", serverURL, proxyErr)
|
||||
}
|
||||
// 反代服务器启动失败不影响核心服务器启动
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue