Skip to content

Commit

Permalink
Logger should be MercadoPago related
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Oct 19, 2020
1 parent 78a4184 commit fa1d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretix_mercadopago/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pretix.multidomain.urlreverse import eventreverse
from pretix_mercadopago.payment import Mercadopago

logger = logging.getLogger('pretix.plugins.meli')
logger = logging.getLogger('pretix.plugins.mercadopago')


def admin_view(request, *args, **kwargs):
Expand Down

0 comments on commit fa1d307

Please sign in to comment.