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
A clear and concise description of what the bug is.
To Reproduce
Detailed Steps to reproduce the behavior:
Open '...'
Click on '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Add config:
http.call.before=groovy:logger.info("call:"+request.url())
http.call.after=groovy:logger.info("response:"+response.string())
api.class.parse.before=groovy:logger.info("[api] before parse class:"+it)
api.class.parse.after=groovy:logger.info("[api] after parse class:"+it)
api.method.parse.before=groovy:logger.info("[api] before parse method:"+it)
api.method.parse.after=groovy:logger.info("[api] after parse method:"+it)
api.param.parse.before=groovy:logger.info("[api] before parse param:"+it)
api.param.parse.after=groovy:logger.info("[api] after parse param:"+it)
json.class.parse.before=groovy:logger.info("[json] before parse class:"+it)
json.class.parse.after=groovy:logger.info("[json] after parse class:"+it)
json.method.parse.before=groovy:logger.info("[json] before parse method:"+it)
json.method.parse.after=groovy:logger.info("[json] after parse method:"+it)
json.field.parse.before=groovy:logger.info("[json] before parse field:"+it)
json.field.parse.after=groovy:logger.info("[json] after parse field:"+it)
Console output easy_api
Please set Preferences(Settings) > Other Settings > EasyApi > Common > log to `LOW```
Logs of IDEA:
The easiest way to find the product log file is the Help menu, the item name would depend on the IDE version and OS:- Show Log in Explorer
Show Log in Finder
Show Log in Konqueror/Nautilus
Reveal Log in Explorer
Reveal Log in Finder/Finder/Nautilus
Environment (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Detailed Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Add config:
Console output
easy_api
Logs of IDEA:
The easiest way to find the product log file is the Help menu, the item name would depend on the IDE version and OS:- Show Log in Explorer
Environment (please complete the following information):
Demo Code
CheckList
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: