java - Dynamic | User case Based logging -


is there logging framework, helps me change logging levels dynamically based on request parameters received ?

if request has parameter debug enabled true, should log, else not.

does spring sleuth provide feature in cloud environment?

you can use spring boot & spring cloud config , standard slf4j logging mechanism. can check out answer more information - managing logging.level using configserver


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -