Can't write notifications.log
-
@robi Good catch. I couldn't figure out where this is coming from in the admin UI. But looks like you can set this in the /app/data/config.json:
"NotificationLogSettings": { "EnableConsole": true, "ConsoleLevel": "DEBUG", "ConsoleJson": true, "EnableFile": true, "FileLevel": "INFO", "FileJson": true, "FileLocation": "", "AdvancedLoggingConfig": "" },
I guess set EnableFile to false. It's unclear if FileLocation is a file or a directory since I cannot find any docs on this.