Skip to content
  • Ben Gamari's avatar
    c343112f
    rts: Don't force debug output to stderr · c343112f
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously `+RTS -Dw -l` would emit debug output to the eventlog while
    `+RTS -l -Dw` would emit it to stderr. This was because the parser for
    `-D` would unconditionally override the debug output target. Now we
    instead only do so if no it is currently `TRACE_NONE`.
    c343112f
    rts: Don't force debug output to stderr
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously `+RTS -Dw -l` would emit debug output to the eventlog while
    `+RTS -l -Dw` would emit it to stderr. This was because the parser for
    `-D` would unconditionally override the debug output target. Now we
    instead only do so if no it is currently `TRACE_NONE`.
Loading