Questions tagged [jboss-logging]

JBoss Logging is a logging facade library which includes support for internationalized logging by way of an annotated interface mechanism. These interfaces are designed to be used as input into build tools which generate classes that implement them, using various string translations.

87 questions
1
vote
1 answer

How to stop Kafka DEBUG logs when Kafka lib is used as Keycloak module

A keycloak module (including a kafka producer) is deployed to "keycloak-4.8.1.Final" server. My Problem: Even I used INFO log level, DEBUG messages are logging from Kafka library. So I want to stop messy Kafka debug logs form Keyclaok log file. Can…
user3332279
  • 59
  • 1
  • 10
1
vote
0 answers

How to prevent JBoss EAP 6.4.X from resolving expression in property value?

I have Jboss server (EAP 6.4.X) working in domain mode. In domain.xml I have custom-handler defined. Class specified in custom-handler definition is enclosed in Jboss module. The definition is as follows:
luke
  • 3,435
  • 33
  • 41
1
vote
3 answers

How to separately logging JBoss server specific logs with JBoss Logging and application specific logs with log4j?

We're working on a migration of our application from WebSphere to JBoss EAP 6.4. I read on the Internet that since JBoss EAP 6.x, JBoss use its own logging framework called JBoss Logging instead of log4j previously. We have already a…
Fabien LH
  • 76
  • 1
  • 8
1
vote
2 answers

WildFly logging: don't output classname (to preseve log message indentation) from a war file

Requirements The OptaPlanner logs are much more readable with preserved indentation: 10:34:46,442 INFO Solving started: time spent (11), best score (-72init/0hard/0medium/0soft), environment mode (REPRODUCIBLE), random (JDK with seed…
Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120
1
vote
1 answer

Application using jboss-logging when it should use log4j

I'm upgrading a Spring MVC application from Spring 3.1 to 4.3, and Hibernate 3.6 to 5.2. I'll be running this in Wildfly 8. Dependencies are managed by Maven. Spring uses commons-logging, which looks at the classpath of the application and attempts…
1
vote
2 answers

How can i append the username (principal) to each log line in Wildfly?

I am working with Wildfly 10 and I am using its logging subsystem. Now, I need to append the LoginName of the currently logged in User (principal) from the session to every log message that is processed by the JBoss Logging Subsystem. Is there a…
Thomas
  • 620
  • 7
  • 19
1
vote
1 answer

getRootLogger() equivalent in JBoss Logging

I am migrating an application from Weblogic to JBoss EAP 6.4. The application originally used Log4J and an external logging configuration properties file. From what I understand, using Log4J would require the log4j.xml or log4j.properties file to be…
Tanvir
  • 1,453
  • 2
  • 16
  • 32
1
vote
0 answers

" (Quotes) are getting converted into """ in Jboss logs

I am facing an issue in which I am returning JSON string as AJAX Response. I have logging framework in-between which makes use of "periodic-rotating-file-handler" for logging the messages. One of the user message which is getting logged is JSON…
1
vote
6 answers

java.lang.NoSuchMethodError: org.jboss.logging.Logger.debugf(Ljava/lang/String;I)V WebLogic deployment

When I'm trying to deploy my application to WebLogic server(firstly I'm building war archive with Maven and then deploying with IntelliJ Idea WebLogic plugin) I'm getting this error: What have I done wrong? weblogic.application.ModuleException:…
Andrey Saleba
  • 2,167
  • 4
  • 20
  • 27
1
vote
1 answer

undertow-core unwanted Dependencies

Can I get undertow-core with less dependence? if I get dependencies of undertow core I get all these jars, does this jars are all required for running an http server that just serves 3 simple pages?. jdeparser is a java source code generator,…
llgcode
  • 113
  • 4
1
vote
1 answer

Maximize JBoss 7.1 server log history file count

I use jboss logging and i have this handler:
Imreking
  • 309
  • 1
  • 2
  • 13
1
vote
1 answer

JBoss AS6.1 will not use log4j appenders - probably a bug?

I want to use log4j appenders in my JBoss 6.1 deployment. As I was having trouble getting this to work, I wrote some test code and noted that org.apache.log4j.Logger.getLogger(String) is returning an object of type…
user265330
  • 2,533
  • 6
  • 31
  • 42
1
vote
1 answer

how to enable stacktrace log in jboss soa 5.3 to get rid of Enable more detailed logging to see the entire stacktrace

i am using jboss 5.3 soa which runs on jboss as 5.1. while trying to access teiid client with admin user i am getting "Enable more detailed logging to see the entire stacktrace.". Infact i get this error is few other places. pls let mw know to…
Jaigates
  • 165
  • 1
  • 8
0
votes
0 answers

How to customise how Keycloak logs stack traces

Problem: Keycloak logs stack traces in exceptions to multiple lines and I'd rather have the stack trace customised (ie. separate by some arbitrary character, say |). The logs are sent to Splunk for later perusal and I'd rather have the whole…
Laurenzo
  • 505
  • 3
  • 20