feat: log lines adapter writes to its stdout
modified src/adapter.rs
@@ -221,6 +221,7 @@ impl Adapter {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -238,6 +239,7 @@ impl Adapter {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -113,6 +113,7 @@ enum Id {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -740,6 +741,15 @@ pub fn patch_cob_lookup(repo_id: &RepoId, patch_id: &PatchId) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|