Commit d6c9904
committed
Print CcmBridge logs in INFO log level
Change "Executing: [command]" and "ccmout> [log from ccm]" to INFO
log level to make it easier to debug our GitHub Actions workflows.
The code was simplified to remove forceErrorLogging parameter
altogether. A similar change was already done in Java Driver 3.x.1 parent bed761b commit d6c9904
File tree
1 file changed
+4
-17
lines changed- test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm
1 file changed
+4
-17
lines changedLines changed: 4 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | 419 | | |
424 | 420 | | |
425 | | - | |
426 | | - | |
| 421 | + | |
427 | 422 | | |
428 | 423 | | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
| 424 | + | |
| 425 | + | |
435 | 426 | | |
436 | 427 | | |
437 | 428 | | |
438 | 429 | | |
439 | 430 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 431 | + | |
445 | 432 | | |
446 | 433 | | |
447 | 434 | | |
| |||
0 commit comments