elmah-mongodb icon indicating copy to clipboard operation
elmah-mongodb copied to clipboard

MongoDB provider for Elmah

Results 8 elmah-mongodb issues
Sort by recently updated
recently updated
newest added

This closes #15 by providing a current (as of 2020) MongoDB driver reference and adds additional configuration parameters (and documentation) for supporting collections in Azure Cosmos running under MongoDB compatibility.

Updated to use the new driver and tried to make the documents in mongodb easier to query and look for patterns

Please update nuget if the version with new Mongodb 2.0 driver is all set, see [#15](https://github.com/CaptainCodeman/elmah-mongodb/issues/15). Thank you.

Please update or create a new version based on the new 2.0 driver.

Fixed a small bug in the serializer which was causing some errors not to be logged by Elmah

When specifying the applicationName - it creates a separate collection for each applicationName. eg. if the ApplicationName = "App1", then the collection name is automatically changed to "Elmah-App1", it doens't...

So I was just splunking some of the data in mongo for some of the errors and noticed that the name value collection is serialized as just an array of...

When using [Mongo with authentication](http://docs.mongodb.org/manual/tutorial/enable-authentication/), you **have** to connect to the admin database initially. After this you can work with collections in any other databases that you have access to....