【发布时间】:2020-09-05 07:57:57
【问题描述】:
我最近在学习 Presto,所以我在我的 IDE 中运行了 Presto。
我想获取一些堆栈日志以了解有关 Presto 的更多详细信息,但我没有找到配置我的 Presto 的正确方法。
我在 presto-main/etc/log.properties 找到了一个日志配置,我尝试将 io.prestosql 从 DEBUG 更改为 ERROR,但仍然没有得到堆栈日志。
#
# WARNING
# ^^^^^^^
# This configuration file is for development only and should NOT be used
# in production. For example configuration, see the Presto documentation.
#
io.prestosql=DEBUG
com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory=WARN
com.ning.http.client=WARN
io.prestosql.server.PluginManager=DEBUG
【问题讨论】: