Hi Umbracians,
I am trying to provide a custom directory path which is outside of the webroot, lets say shared drive, like stated here
https://docs.umbraco.com/umbraco-cms/reference/configuration/loggingsettings, but still umbraco writes and read from the old path, what am i missing here?
Actually I need to setup failover with 3 node clustering (Just failover not loadbalncing), And, I need to centralise the logging on a shared drive, for media it is working perfectly fine, but for logging with below settings seems not working, do you have any idea?
"Logging": {
"MaxLogAge": "2.00:00:00",
"Directory": "C:/Work/POC/Test/Shared/umbraco/Logs"
},