Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strings are not interpolated in logs #74

Open
jsantos17 opened this issue Nov 22, 2019 · 2 comments · May be fixed by #79
Open

Strings are not interpolated in logs #74

jsantos17 opened this issue Nov 22, 2019 · 2 comments · May be fixed by #79

Comments

@jsantos17
Copy link

Placeholders are shown instead of interpolated values. Note the curlies where the actual values should be:

Logger$Slf4jLogBackEnd [sdbe-compute-7] Detecting platform. Name is: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Detected Mac OS platform: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Detected Browser Firefox. Fallback?
Logger$Slf4jLogBackEnd [sdbe-compute-7] Detecting platform. Name is: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Detected Mac OS platform: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Detecting platform. Name is: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Detected Mac OS platform: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Using default search priority: {0}
Logger$Slf4jLogBackEnd [sdbe-compute-7] Executing search strategies to find proxy selector
Logger$Slf4jLogBackEnd [sdbe-compute-7] Using settings from Java System Properties
Logger$Slf4jLogBackEnd [sdbe-compute-7] HTTP proxy {0}:{1} found using whitelist: {2}
Logger$Slf4jLogBackEnd [sdbe-compute-7] HTTPS proxy {0}:{1} found using whitelist: {2}
@gschnepp
Copy link

Markus doesn't answer any issues or pull requests here for nearly a year now. This project is dead, I think. Unfortunately. :-(

akuhtz added a commit to akuhtz/proxy-vole that referenced this issue Jun 4, 2020
@akuhtz
Copy link

akuhtz commented Jun 13, 2020

@jsantos17 Fixed with https://github.com/akuhtz/proxy-vole/releases/tag/1.0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants