You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use appropriate log levels: trace, debug, info, error.
use @Slf4j annotation from lombok to add logger to classes.
classes: FIUService.java, SetuFIUService.java, RepositoryFacade.java
I'm sorry, but it looks like an error has occurred. Try changing the issue description to re-trigger Sweep. If this error persists contact team@sweep.dev.
For bonus GPT-4 tickets, please report this bug on Discord.
Please look at the generated plan. If something looks wrong, please add more details to your issue.
Modify fiu-core/src/main/java/com/rupeesense/fi/fiu/FIUService.java with contents: • Add the @Slf4j annotation to import the logger. • Add appropriate logger statements using the logger variable.
Modify fiu-core/src/main/java/com/rupeesense/fi/ext/setu/SetuFIUService.java with contents: • Add the @Slf4j annotation to import the logger. • Add appropriate logger statements using the logger variable.
Modify fiu-dal/src/main/java/com/rupeesense/fi/repo/RepositoryFacade.java with contents: • Add the @Slf4j annotation to import the logger. • Add appropriate logger statements using the logger variable.
🎉 Latest improvements to Sweep:
Use Sweep Map to break large issues into smaller sub-issues, perfect for large tasks like "Sweep (map): migrate from React class components to function components"
Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
We released a demo of our chunker, where you can find the corresponding blog and code.
💡 To recreate the pull request edit the issue title or description.
avirlrma
changed the title
Add logger statements in mentioned classes for visibility and debugging
Add logger statements in classes for visibility and debugging
Aug 22, 2023
Details
Use appropriate log levels: trace, debug, info, error.
use
@Slf4j
annotation from lombok to add logger to classes.classes: FIUService.java, SetuFIUService.java, RepositoryFacade.java
Checklist
fiu-core/src/main/java/com/rupeesense/fi/fiu/FIUService.java
fiu-core/src/main/java/com/rupeesense/fi/ext/setu/SetuFIUService.java
fiu-dal/src/main/java/com/rupeesense/fi/repo/RepositoryFacade.java
The text was updated successfully, but these errors were encountered: