Skip to content

Commit

Permalink
Include part of the guide body that has unexpected formatting in the …
Browse files Browse the repository at this point in the history
…logged message
  • Loading branch information
marko-bekhta committed Nov 29, 2024
1 parent 0ab195d commit 2f18b3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public String toIndexedValue(InputProvider provider, ValueBridgeToIndexedValueCo
return encode(content);
} else {
Log.warnf(
"Was unable to find the content section of a guide. Using whole document as text. %s",
provider);
"Was unable to find the content section of a guide. Using whole document as text. %s Document starts with: %.10000s",
provider, body.toString());
return encode(body);
}
}
Expand Down

0 comments on commit 2f18b3a

Please sign in to comment.