{% extends BASE_TEMPLATE %} {#{% load crispy_forms_tags %}#} {% block content %}
You can use this form to add log entries. You can also use an external tool to add an entry through a POST request; this is handled by the same view.
To use an external program, you should:
For example:
curl --silent --show-error --request POST 'https://example.com/log/add/' --data-urlencode "message=test" --data-urlencode "status=info" --data-urlencode 'key=FbisY3s8apIqYUj9iVJF9W1kN8npUSWx'
Do you want to view log entries?
{% endblock content %}