我无法在运行时从 "Logs and trace" 选项将 log4j2 实现的日志级别更改为 websphere 日志级别
I'cant change the log level for log4j2 implementation to websphere log level at runtime from "Logs and trace" option
我使用 log4j2 为应用程序实现登录,而不是 运行 通过 websphere 应用程序服务器 9。
我需要在 运行 时间更改日志级别,我从管理控制台在 "Logs and trace" 选项上执行此操作。但是,更改没有效果。
有可能通过 Websphere 实现 log4j2 实现吗?
无法通过 Websphere 的管理控制台更改 Log4j 日志级别。
WebSphere 管理控制台只能更改 WebSphere 内部 Logger 对象和应用程序中 java.util.logging.Loggers 的日志级别。
您应该找到您的 log4j 配置文件并从那里配置日志级别。
我使用 log4j2 为应用程序实现登录,而不是 运行 通过 websphere 应用程序服务器 9。 我需要在 运行 时间更改日志级别,我从管理控制台在 "Logs and trace" 选项上执行此操作。但是,更改没有效果。 有可能通过 Websphere 实现 log4j2 实现吗?
无法通过 Websphere 的管理控制台更改 Log4j 日志级别。 WebSphere 管理控制台只能更改 WebSphere 内部 Logger 对象和应用程序中 java.util.logging.Loggers 的日志级别。
您应该找到您的 log4j 配置文件并从那里配置日志级别。