Skip to content

Commit

Permalink
Merge pull request #174 from andypiper/add-logging-notice
Browse files Browse the repository at this point in the history
Add note about logging using space.
  • Loading branch information
andypiper committed Jan 17, 2024
2 parents 3907f55 + d17deeb commit 14aebb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ To automatically log all requests to a text file, add `LOGGING_ENABLED=true`
to your .env file. This will cause all incoming requests to append to
`request_log.txt` in your project root directory.

> [!WARNING]
> If you are running on a container with limited storage (e.g. Glitch), you
> should not leave this enabled, or you'll eventually run out of space as
> ActivityPub messages get logged. This is intended for debugging.
### Testing Mastodon interoperability

Postmarks aims to be interoperable with other Fediverse apps where it makes
Expand Down

0 comments on commit 14aebb3

Please sign in to comment.