I have created a web app which has below three appenders
- File appender (writes to local file system)
- Azure Table
- Azure blob
This works fine for file appender and it write the log instantly, however for azure blob/table it does not. Somehow it send log even to azure whenever i rebuild the app. Any idea why is doing that? any help on this would be great!!