Play Framework在编译期间长时间“暂停”

时间:2017-03-31 19:43:54

标签: java playframework compilation sbt typesafe-activator

我们有一个非常大的Play Framework Application,使用版本2.5.13。

编译时间越来越长(对几行的小改动可能会触发4-5分钟的编译)。

所以我决定通过在编译期间激活sbt debuging进行调查。

为此,输入“activator”后,输入“set logLevel:= Level.Debug”

我能够查看非常有趣的日志,但问题是当它“暂停”时(因为CPU很高而没有真正暂停),没有日志,最新的就是这样:

[debug] [naha] All newly invalidated sources after taking into account (previously) recompiled sources:Set()

我的问题:是否有任何我可以激活的日志,以查看在这非常长的步骤中发生了什么?至少如果我能够知道发生了什么,我可以优化我的代码以防止出现问题。

由于

0 个答案:

没有答案