Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework logging #1695

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Rework logging #1695

wants to merge 1 commit into from

Conversation

dholms
Copy link
Collaborator

@dholms dholms commented Sep 30, 2023

No description provided.

Comment on lines 4 to +5
import { parseBasicAuth } from './auth'
import * as xrpc from '@atproto/xrpc-server'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import { parseBasicAuth } from './auth'
import * as xrpc from '@atproto/xrpc-server'
import * as xrpc from '@atproto/xrpc-server'
import { parseBasicAuth } from './auth'

Comment on lines 21 to +22
rateLimits?: {
creator: RateLimiterCreator
enabled: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

If enabled is always true, can we safely nix it altogether?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants