#743 closed bug (Fixed)
Using 'debug' for loglevel does not redirect to file
Reported by: | anonymous | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | 1.1.0 |
Keywords: | Cc: |
Description
If you use 'debug' with the --loglevel switch (--loglevel=debug) all output goes to standard out, even if --logfile is specified.
Change History (3)
comment:1 Changed 14 years ago by anonymous
comment:2 Changed 14 years ago by andar
- Milestone set to 1.1.1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Addendum: using 'info' seems to produce the same results. Perhaps an overall bug with how --logfile and --loglevel play with each other?