借助 Site24x7 AppLogs 监控 Glassfish 日志既流畅又高效,因为所有相关的日志数据都被检索并呈现在一个集体视图中。Glassfish 日志数据通过将它们拆分为适当的字段来呈现,例如日期和时间、产品版本、模块、日志级别、键值、时间研磨、级别值、源文件名和消息。了解有关使用 Site24x7 进行日志管理的更多信息。
入门
日志文件路径
每个应用程序将日志写入不同的文件夹和文件。默认情况下,Glassfish 日志来自下面提到的相应操作系统的文件夹路径。如果您在不同的文件夹中有日志,您可以在文件路径下提及它,以便在创建日志配置文件时从该特定文件夹中获取它们 。
日志模式
This is the default pattern defined by Site24x7 for parsing Glassfish logs based on the sample mentioned below.
示例日志
[2017-01-09T13:30:13.278+0530] [glassfish 4.1] [INFO] [NCLS-JMX-00002] [javax.enterprise.system.jmx] [tid: _ThreadID=176 _ThreadName=Thread-37] [timeMillis: 1483948813278] [levelValue: 800] [[JMXStartupService: Stopped JMXConnectorServer: null]]
The above sample log can be separated into 9 fields, each of which will take its respective value from here and will then be uploaded to Site24x7.
字段名称 | 字段值 |
Date Time | 2017-01-09T13:30:13.278+0530 |
Product Version | glassfish 4.1 |
Log Level | INFO |
Module | NCLS-JMX-00002 |
Source File Name | javax.enterprise.system.jmx] |
Key Values | tid: _ThreadID=176 _ThreadName=Thread-37] |
Time Mills | timeMillis: 1483948813278 |
Level Value | levelValue: 800 |
Message | JMXStartupService: Stopped JMXConnectorServer: null |