Skip to content

Commit

Permalink
Disable app logs temporarily (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhd authored Nov 21, 2019
1 parent a216f87 commit 77668c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controlpanel/frontend/static/components/app-logs/macro.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{% macro app_logs(app, kibana_base_url) %}
{# disable app logs temporarily
<div class="app-logs">
<pre>{% for entry in app.get_logs() -%}
<span class="timestamp">{{ entry.timestamp.strftime('%Y-%m-%d %H:%M:%S') }}:</span> <span class="message">{{ entry.message }}</span>
{% endfor %}</pre>
</div>
#}
<p class="govuk-body">
<a href="{{ kibana_link(app, kibana_base_url) }}">View full logs</a>
</p>
Expand Down

0 comments on commit 77668c0

Please sign in to comment.