mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 18:10:42 +00:00
save logFileRestApiMaxLevel
This commit is contained in:
parent
64e2f3d338
commit
8540d591cd
|
|
@ -183,6 +183,7 @@ if ($action == "saveSettings")
|
|||
setDirValue("proxyPassword");
|
||||
setBoolValue("logFileEnable");
|
||||
setIntValue("logFileMaxLevel");
|
||||
setIntValue("logFileRestApiMaxLevel");
|
||||
setStrValue("logFileRotation");
|
||||
setBoolValue("enableLargeFileUpload");
|
||||
setStrValue("partitionSize"); // TODO: check if valid value, e.g. 1M or 5K
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user