feat: log the filename and content of adapter config
modified src/adapter.rs
@@ -120,8 +120,9 @@ impl Adapter {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -114,6 +114,7 @@ enum Id {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -741,6 +742,16 @@ pub fn patch_cob_lookup(repo_id: &RepoId, patch_id: &PatchId) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|