mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-08 21:41:23 +00:00
set log level
This commit is contained in:
parent
c190bd8da1
commit
d8006b76bb
|
|
@ -93,6 +93,8 @@
|
|||
- luceneDir: Where the lucene fulltext index iѕ saved
|
||||
- logFileEnable: set false to disable log system
|
||||
- logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)
|
||||
- logFileMaxLevel: max level of logging (0=None, ..., 6=Info, 7=Debug)
|
||||
- logFileRestApiMaxLevel: max level of logging (0=None, ..., 6=Info, 7=Debug)
|
||||
- enableLargeFileUpload: support for jumploader
|
||||
- partitionSize: size of chunk uploaded by jumploader
|
||||
- dropFolderDir: where files for document upload are located
|
||||
|
|
@ -113,6 +115,7 @@
|
|||
cacheDir = ""
|
||||
backupDir = ""
|
||||
logFileMaxLevel="6"
|
||||
logFileRestApiMaxLevel="6"
|
||||
/>
|
||||
<!--
|
||||
- enableGuestLogin: If you want anybody to login as guest, set the following line to true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user