-
Notifications
You must be signed in to change notification settings - Fork 11
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
Print a one line Neodymium version information at runtime #139
Comments
Logging will be don when instancing the Added a function |
documentation done |
IMO the changes are good, I have nothing to complain about |
I'd suppose to improve the version info output "Running a test using Neodymium Library" to transport some more information about the supplier (us) and the software itself. This could be: Copyright (c) 2018, 2020, Xceptance Software Technologies GmbH, Germany This seems to be very long, but it is more professional, than what is currently implemented. |
According to the subject of this issue - and as long as this information is printed to the execution log - we should restrict it to a single line. Otherwise, analysing the logs in an automatic fashion might become tedious as most logging processors are line-oriented. |
I adapted the wording a little to: |
This is currently spamming the log a bit. |
…_version_information_at_runtime-cleanup Reduce amount of Neo version logs, add Neo version to Allure #139
Would be helpful to see the running Neodymium version once per launch to verify which neodymium-library is in use. I'd expect to see a line in the stdout saying:
[INFO] Running Xceptance Neodymium Library 4.0.0, see also https://github.com/Xceptance/neodymium-library
The text was updated successfully, but these errors were encountered: