Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-49

test program's -l flag (logging) isn't working

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      Michael, it looks like wiredtiger_open isn't handling the "logging" configuration word (I'm trying to run bt with the -l argument).

      Not sure what's going wrong, but "logging" is getting passed in the config argument to wiredtiger_open, but then (and this is where I start guessing), the search routine is searching the default config list, and not the top-level config list, and the default config list contains "logging=false".

      Just a suggestion, maybe logging should take a file name argument ("logging=mylogfile") so apps can re-direct the logging information where they want it?

      Or maybe it's a callback, do apps want to punch this stuff into a stream somehow?

            Assignee:
            Unassigned Unassigned
            Reporter:
            wiredtiger WiredTiger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: