4PointSolutions / 4PointSolutions/FluentFormsAPI

Add support for specifying logConfig when rendering an Adaptive Form

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
7
Forks
8
PR merge metrics
No merged PRs in 30d

Description

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 |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.