You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
I have created a web app which has below three appenders
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!!
The text was updated successfully, but these errors were encountered: