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
Is there any plan to add DirectoryName for Azure Blob Appender in the near future?
It would be really helpful if the DirectoryName could be specified as a date format from the configuration file.
Something like yyyy-MM-dd, so that we end up with one folder per day.
Thanks for the great work 👍
The text was updated successfully, but these errors were encountered:
Another thing that might be helpful would be to create sub folders (per log type) under that "day" folder.
An application would log a ton of INFOs but on eventual ERRORs and it would be nice to have the option of splinting them into separate folders by type.
The reason for this is that keeping all logs in blob storage is really cheap, but in order to look through them one would need to use a log aggregation service. Placing them into folder per log type would add some extra flexibility to that service and also for the developer - you could just look into the ERROR folder and see if there's anything there.
@mihaivader - you might also be able to achieve what you're looking for by outputting the logs to two different appenders, one of which is configured to filter out non-ERROR events, and setting the path differently.
Is there any plan to add DirectoryName for Azure Blob Appender in the near future?
It would be really helpful if the DirectoryName could be specified as a date format from the configuration file.
Something like yyyy-MM-dd, so that we end up with one folder per day.
Thanks for the great work 👍
The text was updated successfully, but these errors were encountered: