Comment 3 for bug 1259536

Revision history for this message
Vladimir Kuklin (vkuklin) wrote :

This is due to broken dependency between horizon.log file creation and collect static call. We need to ensure that horizon.log is created with sufficient privileges befor collect static call is fired.

E.g. use something like this:

File <| title == "${::horizon::params::logdir}/horizon.log" |> -> <collect_static>