mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 Logging
This commit is contained in:
parent
d3bfc3bc8d
commit
2b28c9c7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ func clearOutdatedHistoryDir(historyDir string) {
|
|||
}
|
||||
for _, dir := range removes {
|
||||
if err = os.RemoveAll(dir); nil != err {
|
||||
logging.LogErrorf("remove history dir [%s] failed: %s", dir, err)
|
||||
logging.LogWarnf("remove history dir [%s] failed: %s", dir, err)
|
||||
continue
|
||||
}
|
||||
//logging.LogInfof("auto removed history dir [%s]", dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue