gpt4 book ai didi

java - 了解 java 日志文件

转载 作者:行者123 更新时间:2023-12-01 21:22:47 26 4
gpt4 key购买 nike

作为一名初学者技术支持,我收到了来自客户的用 Java 编写的日志文件。客户端无法预览文档。我需要一些帮助来理解日志文件中的系统消息,以便用简单的语言向客户解释问题。

这里是日志文件:


2018-10-09 14:05:56,890 INFO [Rendition#0] com.macador.common.management.mbean.MBeanObjectHelper:163 - Registered : 'com.macador.viewer.rendition.local.LocalDocumentService:type=generateImage'
2018-10-09 14:05:56,890 INFO [Rendition#0] com.macador.common.management.mbean.MBeanObjectHelper:163 - Registered : 'com.macador.viewer.rendition.pdf.jni.JNIPdfRenderer:type=generateImage_width_1800'
2018-10-09 14:05:56,985 WARN [Grizzly(4)] com.macador.viewer.rendition.document.AsynchronousParsingDocument:299 - No bookmarks provided, returning empty List
2018-10-09 14:05:57,107 INFO [Rendition#2] com.macador.common.management.mbean.MBeanObjectHelper:163 - Registered : 'com.macador.viewer.rendition.pdf.jni.JNIPdfRenderer:type=generateImage_width_100'
2018-10-09 14:05:57,306 INFO [Grizzly(2)] com.macador.common.management.mbean.MBeanObjectHelper:163 - Registered : 'com.macador.viewer.rendition.pdf.jni.JNIPdfDocument:type=getPageContents'
2018-10-09 14:05:57,306 WARN [Grizzly(2)] com.macador.viewer.rendition.pdf.jni.JNIPdfDocument:252 - [PERF] Long time spent getting page for document=b64_I2RlZmF1bHQ=, pageNumber=0 : 651
2018-10-09 14:05:57,310 WARN [Grizzly(1)] com.macador.viewer.rendition.pdf.jni.JNIPdfDocument:252 - [PERF] Long time spent getting page for document=b64_I2RlZmF1bHQ=, pageNumber=1 : 632
2018-10-09 14:06:04,620 INFO [Thread-5] com.macador.viewer.rendition.local.LocalDocumentService:253 - Calling Shutdown Hook for LocalDocumentService : cleanup documentMap ...
2018-10-09 14:06:04,621 INFO [Thread-5] com.macador.viewer.rendition.local.LocalDocumentService:256 - Calling Shutdown Hook for LocalDocumentService : calling System.gc() ...
2018-10-09 14:06:04,866 INFO [Thread-5] com.macador.viewer.rendition.local.LocalDocumentService:258 - Calling Shutdown Hook for LocalDocumentService : done.

最佳答案

相关消息标记为日志级别: WARN 。

2018-10-09 14:05:56,985 警告 [Grizzly(4)] com.macador.viewer.rendition.document.AsynchronousParsingDocument:299 -

未提供书签,返回空列表

2018-10-09 14:05:57,306 警告 [Grizzly(2)] com.macador.viewer.rendition.pdf.jni.JNIPdfDocument:252 - [PERF]

获取文档页面花费了很长时间=b64_I2RlZmF1bHQ=, pageNumber=0 : 651

2018-10-09 14:05:57,310 警告 [Grizzly(1)] com.macador.viewer.rendition.pdf.jni.JNIPdfDocument:252 - [PERF]

获取文档页面花费了很长时间=b64_I2RlZmF1bHQ=, pageNumber=1 : 632

我已用粗体突出显示了该消息。这些都是简单的英语,应该很容易理解。

关于java - 了解 java 日志文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58843876/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com