On Tue, Aug 9, 2016 at 10:00 PM, Jan Lehnardt <[email protected]> wrote: > I'd say we keep 1.x behaviour of logging to file by default with an option to > override to stdX for the envs that want that.
Actually, 1.x behaviour is about to log both to stdout/stderr and file at the same time. Package maintainers actually just suppress stdout/stderr because we already have a file logging. Those options -o and -e about to redirect stdout/stderr to specific files, but this doesn't overrides file logging. -- ,,,^..^,,,
