Commit 2e1f332
committed
roachtest: prefer root logger for mixed version backup test
Previously, the task waiting for the backup job to succeed used the default task
logger which creates a log file based on the name of the task. The name of this
task exceeded the maximum file name limit, causing logger creation to fail.
This change updates the task to use the root logger instead of trying to log to a
separate file for the task. The logging output from this task is minimal and
doesn't need to log to a separate task log.
Fixes: cockroachdb#1566351 parent 3442039 commit 2e1f332
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2145 | 2145 | | |
2146 | 2146 | | |
2147 | 2147 | | |
2148 | | - | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
2149 | 2152 | | |
2150 | 2153 | | |
2151 | 2154 | | |
| |||
0 commit comments