sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Removed garbage log output #238

Closed alexsaveliev closed 8 years ago

alexsaveliev commented 8 years ago

When source code contains multibyte UTF-8 characters there is a lot of "Changed pos X to Y in foo/bar" messages in log. I think they are useless and pollute logs so I propose to remove them