Skip to content

Commit

Permalink
fix: replace git.io links with redirect targets (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile-sentry committed Apr 26, 2022
1 parent 0470d6d commit 712a131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SENTRY_LOG_LEVEL=WARNING sentry ...

<ConfigValue name="LOGGING" location="python"><markdown>

You can modify or override the full logging configuration with this setting. Be careful not to remove or override important defaults. You can check [the default configuration](https://git.io/fjjna) for reference.
You can modify or override the full logging configuration with this setting. Be careful not to remove or override important defaults. You can check [the default configuration](https://github.com/getsentry/sentry/blob/8f500feaf8f9cce3a56a4a4517931acc9f47f90a/src/sentry/conf/server.py#L649-L777) for reference.

```python
LOGGING['default_level'] = 'WARNING'
Expand Down

1 comment on commit 712a131

@vercel
Copy link

@vercel vercel bot commented on 712a131 Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop.sentry.dev
develop-git-master.sentry.dev

Please sign in to comment.