Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将电梯应用程序部署到生产环境中。但是,我发现堆栈跟踪没有隐藏。在lift中将环境配置设置为生产的地方在哪里,这样堆栈跟踪将不再显示?
在 tomcat 中,您可以在以下位置设置此设置:
/etc/tomcat6/catalina.properties
如果您想使用 SBT 测试此行为,请使用:
./sbt -Drun.mode=production