[sitecore-jss-proxy] Configurable Loglevel #1401
monkey-ldb
started this conversation in
Ideas
Replies: 2 comments 5 replies
|
Hi @monkey-ldb. This is a great suggestion. I've added this to our backlog to prioritize. We also gladly accept PRs if you're willing. Check the contributing guide as it has had recent updates and we'll be happy to merge it in. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I only want to log error messages, no info/warn, but I can only configure debug=true/false.
There seems no other way to pass this parameter to the http proxy framework, which is used.
jss/packages/sitecore-jss-proxy/src/index.ts
Line 556 in af8d48c
Describe the solution you'd like
config parameter to pass the expected log level
Notes
Would be good if this feature will be added also to older versions, like 18.0
All reactions