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

--version returns a lot of logs #8960

Closed
b0a7 opened this issue Dec 30, 2024 · 0 comments · Fixed by #8966
Closed

--version returns a lot of logs #8960

b0a7 opened this issue Dec 30, 2024 · 0 comments · Fixed by #8966
Assignees
Labels
bug 🐞 Something isn't working

Comments

@b0a7
Copy link

b0a7 commented Dec 30, 2024

Description

when you pass --version to teku it returns a bunch of log messages instead of just returning the version

Steps to Reproduce (Bug)

teku --version

Expected behavior:
version is reported

Actual behavior:
/opt/teku/bin/teku --version
2024-12-30T15:46:23.566835359Z main INFO Starting configuration XmlConfiguration[location=jar:file:/opt/teku/lib/teku-infrastructure-logging-24.12.1.jar!/log4j2.xml, lastModified=2024-12-18T05:43:47Z]...
2024-12-30T15:46:23.568473451Z main INFO Start watching for changes to jar:file:/opt/teku/lib/teku-infrastructure-logging-24.12.1.jar!/log4j2.xml every 0 seconds
2024-12-30T15:46:23.568689074Z main INFO Configuration XmlConfiguration[location=jar:file:/opt/teku/lib/teku-infrastructure-logging-24.12.1.jar!/log4j2.xml, lastModified=2024-12-18T05:43:47Z] started.
2024-12-30T15:46:23.569975035Z main INFO Stopping configuration org.apache.logging.log4j.core.config.DefaultConfiguration@59e32960...
2024-12-30T15:46:23.570361624Z main INFO Configuration org.apache.logging.log4j.core.config.DefaultConfiguration@59e32960 stopped.
teku/v24.12.1/linux-x86_64/-eclipseadoptium-openjdk64bitservervm-java-21

Frequency:
always

Versions (Add all that apply)

  • Software version: v24.12.1
  • Java version: openjdk version "21.0.5" 2024-10-15 LTS
    OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
    OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode)
  • OS Name & Version: DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=22.04
    DISTRIB_CODENAME=jammy
    DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
    PRETTY_NAME="Ubuntu 22.04.5 LTS"
  • Docker Version: Client: Docker Engine - Community
    Version: 27.4.1
    API version: 1.47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants