Azure Table Storage logging
# help-with-umbraco
n
Hi! I am using umbraco 12 and I am trying to configure an azure table storage logging according to this instruction: https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/logviewer/. I modified the appSettings.json: { "Name": "AzureTableStorage", "Args": { "storageTableName": "LogEventEntity", "formatter": "Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact", "connectionString": "DefaultEndpointsProtocol=https;AccountName=ACCOUNT_NAME;AccountKey=KEY;EndpointSuffix=core.windows.net"} } After that, logging to the azure table storage works fine but still logging to the default umbraco/Logs folder. Is there any way to logging to azure table storage only? It is possible to disable the default logging?
8 Views