feat(jans-cedarling): Add bootstrap properties of memory logger max_items
and max_item_size
#10614
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
enhancement
kind-feature
Issue or PR is a new feature request
Milestone
Is your feature request related to a problem? Please describe.
Memory logger use
sparkv
memory database. Next parameters are hard-coded:Describe the solution you'd like
Add bootstrap properties to memory logger and avoid use hard-coded configuration data for these parameters.
If log entry bigger than
max_item_size
we just skip it and write message to stderr (or browser console if WASM)If value is zero or
-1
it means we skip this checkThe text was updated successfully, but these errors were encountered: