- 
                Notifications
    You must be signed in to change notification settings 
- Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or requestopen for discussionCommunity feedback is wantedCommunity feedback is wanted
Description
Many other JSON formatting libraries allow or directly use a list of strings for the format. This suggests that it might be worth us adding in support for it.
Pros:
- No parsing means no testing for a correct format - we can directly use the list.
- Allows for clearer config when using dictConfigwith the()user-defined object indicator, or instantiating within Python itself.
Cons:
- Must always use the ()custom class indicator when usingdictConfig.
- Not compatible with fileConfig.
- Not compatible with other formatters
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestopen for discussionCommunity feedback is wantedCommunity feedback is wanted