如何查看WebGal引擎的日志 #633
Answered
by
MakinoharaShoko
zhizhizhiwang
asked this question in
Q&A
-
通过查看源码我得知WebGal使用了cloudlogjs来作为日志, 根据这个库的说明我安装了mongodb, 在mongodb://localhost:27017/创建了一个表, 但是在我的实际运行中(使用编辑器调试的过程中)我没有观察到任何的日志输出。 请问引擎的日志输出在哪里, 谢谢 |
Beta Was this translation helpful? Give feedback.
Answered by
MakinoharaShoko
Jan 25, 2025
Replies: 1 comment 2 replies
-
我们没有为 WebGAL Terre 开启 cloudlog 的数据库日志输入功能 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果你调试 webgal 项目,那处于开发模式时直接看就可以了。生产模式确实不会输出 debug 级别以下的信息。