Skip to content

Commit

Permalink
Adjust coreapi logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jan 29, 2013
1 parent 3fa130f commit 7370fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/coreapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from sentry.utils.imports import import_string
from sentry.utils.queue import maybe_delay

logger = logging.getLogger('sentry.errors.coreapi')
logger = logging.getLogger('sentry.coreapi.errors')

MAX_CULPRIT_LENGTH = 200
MAX_MESSAGE_LENGTH = 1000
Expand Down

0 comments on commit 7370fd6

Please sign in to comment.