-
Notifications
You must be signed in to change notification settings - Fork 36
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
How do we search/query something in Message column? #9
Comments
Hi @michaelsync |
Why did you close this? u mean, you don't care because it's the limitation of azure? |
and i am not going to use the storage explorer.. it's a most stupid tool ever.. |
are u thinking about nlog users? or, u just think about users like us? |
I would be happy to reopen again if there is something to do. I closed it because viewing the logs is beyond the scope of this project, its just an Nlog target not a table storage log viewer. Do you have a plan or something in mind? |
@harouny I wasn't asking for log viewer. But Azure table storage has the limitation on what we can search and etc. so we need to log the data in searchable way so that we can search the message by using another tool later.. I am using zud.io to view the logs.. Again, I am asking how to log the data so that we can search them later.. |
Hi @michaelsync |
@harouny Thanks! I am not familiar with azure table storage yet.. |
Hello, I am using NLog extension in my Azure project. (I did pull-request for app setting and latest package a couple of months back for your project.) I found it pretty easy to use.. But the issue that I have now is that it's difficult to search something in message. We are writing the error/exception information in "Message" column, right? What would be the best way to search something (e.g. user name or specific error code) in "Message" column of Azure Table Storage?
The text was updated successfully, but these errors were encountered: