Skip to content

Conversation

@bala-selvaraj
Copy link

Added 1.4.4 Nuget and usage file

…d logging in-built attributes

- Currently Azure blob appender is adding logs into a file named as
<today date>.xml. It does not provide a way by which we can specify the
file name. This check-in provides the capability of providing custom
file name.
- Currently, It add additional attributes like userName, ThreadName ..
few others which not everyone may need. This check-in provides a way to
suppress those attributes from being logged
- Log4net has been upgraded to latest 2.0.5 Nuget
bala-selvaraj added 5 commits April 19, 2017 13:04
- AzureAppendBlobAppender :
- Added configuration to support day based logging. So that we do not
hit the azure 50,000 block limit
- Added configuration for gulpping many logs as one single azure append
call.
- When tthe size of the blob hits "3950000" bytes, the logs will be
flushed as azure append cal  allows only 4 MB
Azure blob appender is appending the same layout info as the logging
event is present in a for loop.
Layout conversion of the log statement is now moved out of the for loop
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

Successfully merging this pull request may close these issues.

1 participant