By default the LFDS audit logs store to "C:/ProgramData/Laserfiche/LFDS/AuditLog/LF_LFDS" which is causing issues for a customer as it is filling up that C drive. While we can manually move the older files to a different drive, we'd also like to update the configuration so it creates the new logs on this different drive. I was unable to find anywhere in the version of LFDS they are running (11.0.2303.1978) where I can configure the location the audit logs. However in the "LFDS.exe.config.xml" file I was able to find a key named "AuditLogFolder" that points to that location.
Can I just update this key to point to the new location on the different local drive (e.g. "D:\LFDS Logs") and then restart the LFDS service for it to take effect?