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