Add support for specifying logConfig when rendering an Adaptive Form

Open Beginner friendly
#42 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Stale
Domain
api, backend

Research direction

Look for the Adaptive Form rendering request code, likely in a service or client class. Add a method or parameter to accept a logConfig string and append it as a query parameter. Check existing tests for rendering to add a test for the new parameter. Verify by running the project's tests and ensuring the parameter appears in the request.

Written by the indexing model from the issue text.

Description

enhancement

This parameter is useful for debugging Adaptive Forms. It turns up some client logging.

For example, you should be able to specify so that it appears as a query parameter on the Adaptive Forms request: logConfig=a5-b5-c5-d5

Here's the list of values:

Log Level Description
0 OFF
1 FATAL
2 ERROR
3 WARN
4 INFO
5 DEBUG
6 TRACE
7 ALL
Log Type Description
a Model
b View
c Performance
d AF
Dominant language
Java
Stars
7
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 4PointSolutions/FluentFormsAPI

All issues in 4PointSolutions/FluentFormsAPI

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.