Split --raw-logs into --no-pretty and --no-log options.
--no-log: don't capture logs or run redo-log (same as pre-redo-log redo) --no-pretty: don't pretty-print logs, print @@REDO lines. The latter is an option to both redo and redo-log.
This commit is contained in:
parent
8b5a567b2e
commit
bc632982fc
6 changed files with 25 additions and 18 deletions
|
|
@ -21,7 +21,7 @@ rv = 202
|
|||
try:
|
||||
if vars_init.is_toplevel:
|
||||
builder.start_stdin_log_reader(status=True, details=True,
|
||||
debug_locks=False, debug_pids=False)
|
||||
pretty=True, debug_locks=False, debug_pids=False)
|
||||
if vars.TARGET and not vars.UNLOCKED:
|
||||
me = os.path.join(vars.STARTDIR,
|
||||
os.path.join(vars.PWD, vars.TARGET))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue