Skip to content

How to troubleshoot recipe application (Maven-based execution) #4256

Closed Answered by timtebeek
crankydillo asked this question in Q&A
Discussion options

You must be logged in to vote

That's helpful context, thanks! We've opted not to produce logging for such insights, but to produce data tables instead: https://docs.openrewrite.org/running-recipes/data-tables

Logging can get quite noisy, especially when you multiple ~2000 recipes for a Spring Boot migration times the number of files in a project. It's also not ideal for a structured analysis to gain the insights that you're after.

So instead we produce three data tables by default for every recipe run, if enabled, such that you can get insight into which recipes had results, or errors, and their runtime statistics. Look for these tables in your target folder to learn which recipes had results.

"org.openrewrite.table.S…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@crankydillo
Comment options

@timtebeek
Comment options

Answer selected by timtebeek
@crankydillo
Comment options

@timtebeek
Comment options

@crankydillo
Comment options

@timtebeek
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants