Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log is not updating in Azure table or blob instantly for Web app #82

Open
rupeshprasad opened this issue Sep 20, 2019 · 1 comment
Open

Comments

@rupeshprasad
Copy link

I have created a web app which has below three appenders

  1. File appender (writes to local file system)
  2. Azure Table
  3. 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!!

@hubaksis
Copy link

If the issue is still open - have you tried setting ?
In this case it will send logs to the storage without waiting for a buffer to be filled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants