Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-29377

Make the logging subsystem immortal

      The logging subsystem caches streams inside of thread locals, which may be cleaned up before other thread locals on destruction. This means it is not safe to log() anything inside of any class that is stored in a thread local or thread specific pointer. Logging should be immortal, it should be safe to log everywhere.

            Assignee:
            henrik.edin@mongodb.com Henrik Edin
            Reporter:
            samantha.ritter@mongodb.com Samantha Ritter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: