Commit 486ae5d
Merge cockroachdb#156996
156996: roachtest: prefer root logger for mixed version backup test r=dt a=herkolategan
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#156635
Epic: None
Co-authored-by: Herko Lategan <[email protected]>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