<div dir="ltr">On 13 June 2013 20:54, Igor Laskovy <span dir="ltr"><<a href="mailto:igor.laskovy@gmail.com" target="_blank">igor.laskovy@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>So how I can determine what wrong with installation? I found that I can turn on verbose logging for django Horizon app, but how?<br>
</div><div></div></div></blockquote></div><br></div><div class="gmail_extra" style>Debug logs are your friend.</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>Start with setting DEBUG = True in horizon's local_settings.py file. That'll give you your first clue. From there you'll need to enable debug in each subsequent service down the path (and restart the services to have it take effect) to find the source of the problem.</div>
</div>