mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🔊 Add repo key logging https://ld246.com/article/1733660913439
This commit is contained in:
parent
67087238d8
commit
ada8c71ca9
2 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ package model
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/sha1"
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
|
@ -392,6 +393,9 @@ func InitConf() {
|
|||
if 1 > Conf.Repo.RetentionIndexesDaily {
|
||||
Conf.Repo.RetentionIndexesDaily = 2
|
||||
}
|
||||
if 0 < len(Conf.Repo.Key) {
|
||||
logging.LogInfof("repo key [%x]", sha1.Sum(Conf.Repo.Key))
|
||||
}
|
||||
|
||||
if nil == Conf.Search {
|
||||
Conf.Search = conf.NewSearch()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue