-
Notifications
You must be signed in to change notification settings - Fork 46
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
Issue while building the code from maven #28
Comments
During the Maven build, the current Git version gets injected so that the exporter can report its own version. This seems to fail, as you probably did not do a Git clone? |
Hi, Yes, I have downloaded the zip and building it. So should i do a git clone and try to do maven build? |
That would be better (you get the correct build meta data like Git commit etc into the exporter). Alternatively, you could try to set/override the the missing property:
|
thanks @marcelmay for your help. The above parameter dint work, I did a git clone and its done. Now when i am trying to run the jar, i am unable to see any logs for it even after passing -Dlog4j.rootLogger=DEBUG and cannot see any service running on 7772 port. Could you please help me to enable logging and debug the issue. |
By default everything gets logged to STDOUT using Log level INFO. This should look like this (using provided example config)
|
Just added a new feature to toggle the log level when starting the exporter : #29 Here's an example: [run_example.sh] Do you see any output at all? |
Please help in resolving below issue. I am hitting below error while maven build
The text was updated successfully, but these errors were encountered: