You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sample Django application that demonstrates how to integrate Logtail for structured logging in a Django project.
4
+
5
+
## Features
6
+
7
+
- Structured logging with Logtail
8
+
- Different log levels (INFO, WARNING, ERROR)
9
+
- Custom context and extra data in logs
10
+
- Exception handling and logging
11
+
- Docker support
12
+
13
+
## Prerequisites
14
+
15
+
- Docker
16
+
- A Better Stack account
17
+
18
+
## Setup
19
+
20
+
1. Go to Better Stack -> Telemetry -> [Sources](https://telemetry.betterstack.com/team/260195/sources/new?platform=python), and create new Python source
21
+
2. Clone this repository
22
+
3. Copy `.env.example` to `.env` and update the values:
0 commit comments