lightstep / lightstep-tracer-java

The Lightstep distributed tracing library for JRE
https://lightstep.com
MIT License
44 stars 24 forks source link

hide token during the logging #245

Closed malafeev closed 4 years ago

malafeev commented 4 years ago

236

For logged token replace all characters by 'X' except first and last. E.g. 'abcde' becomes 'aXXXe'.