Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-2594

SdamLogFilename value is lost sometimes

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 2.8.0
    • Component/s: Configuration
    • Labels:
      None

      One way to reproduce:

      var connectionString = "mongodb://localhost/?sdamLogFilename=C:\\sdam.log";
      var clientSettings = MongoClientSettings.FromConnectionString(connectionString);
      var sdamLogFilename = clientSettings.SdamLogFilename; // assigns null!
      
      

      Check for others.

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: