Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

561
Views
Wildfly 10 no logs after spring-boot-starter-logging exclusion

I'm developing web application in Spring Boot packed in WAR file and developed on Wildfly 10. Because of problem with conflicted Logging classes I had to excluse spring-boot-starter-loggingas was suggested here: https://stackoverflow.com/a/23991715 using following code:

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-web</artifactId>
  <exclusions>
    <exclusion>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-logging</artifactId>
    </exclusion>
  </exclusions>
</dependency> 

Now, application deploys successfuly, but in Wildfly logs I see only ERROR [stderr] (ServerService Thread Pool -- 80) Handler java.util.logging.ConsoleHandler is not defined error message instead of debug/info informations about deployment.

How to fix Wildfly logs?

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!