Hi Hanno!
On Fri, Oct 30, 2015 at 2:08 PM, Hanno Böck <[email protected]> wrote: > Hi, > > I was wondering if it would be possible to log the asan output both to > the console (stderr) and a log file. > > It seems right now this is not possible (at least if I interpret the > code correctly). You can only have one or the other, not both. > > Could this be added? E.g. one could imagine having a separator in the > log_path option in ASAN_OPTIONS that could be set to something like > log_path=/var/log/asan/asan-out;stderr > > What do you think? > > Just curious, why would you need this? You are the first one to ask. If we were to implement it, I'd rather have another flag, e.g. also_log_to_stderr (ignored w/o log_path, false by default). --kcc -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
