11.6. 配置根日志记录器
root 日志记录器捕获指定日志级别或更高级别的所有日志消息,发送到未被日志类别捕获的服务器。
本节介绍如何使用管理 CLI 配置根日志记录器。您还可以通过导航到 Configuration
配置 Root 日志器
重要
如果您要为日志记录配置集配置此日志处理程序,则命令的开头为 /subsystem=logging/logging-profile=LOGGING_PROFILE_NAME/
而不是 /subsystem=logging/
。
此外,如果您在受管域中运行,请在命令前加上 /profile=PROFILE_NAME
。
将日志处理程序分配到根日志记录器。
添加日志处理程序。
/subsystem=logging/root-logger=ROOT:add-handler(name=LOG_HANDLER_NAME)
移除日志处理程序。
/subsystem=logging/root-logger=ROOT:remove-handler(name=LOG_HANDLER_NAME)
设置日志级别。
/subsystem=logging/root-logger=ROOT:write-attribute(name=level,value=LEVEL)