openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #24380
Re: [Openstack-operators] Horizon troubleshooting
On 13 June 2013 20:54, Igor Laskovy <igor.laskovy@xxxxxxxxx> wrote:
> So how I can determine what wrong with installation? I found that I can
> turn on verbose logging for django Horizon app, but how?
>
Debug logs are your friend.
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.
References