kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
209 stars 129 forks source link

add CI3's application/logs directory #426

Closed tenzap closed 2 years ago

tenzap commented 2 years ago

It was missing and appeared in Ci 2.0.0. If the file is missing, CI3 reports an error at install time because we left the default config to an empty value for log_path, so CI3 checks application/logs

kingster commented 2 years ago

Can it be instead configured to use /var/log or %tmp% maybe?

tenzap commented 2 years ago

Better let the user choose himself. If he doesn't enable logging, nothing will be written, but CI check the existence of the dir. BTW, I saw CI also ships the application/cache dir (they changed the location also in 2.0.0 from system to application). Will add it too. We don't use caching i Kalkun, but it is for completeness.