Skip to content

Commit

Permalink
Swap the single usage of 'trace' to the new galaxy logger import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Sep 25, 2017
1 parent 75e5aa1 commit aca057d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/jobs/actions/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
immediate_actions listed below. Currently only used in workflows.
"""
import datetime
import logging
import socket

from markupsafe import escape

from galaxy.util import send_mail
from galaxy.util.log import get_logger

log = logging.getLogger(__name__)
log = get_logger(__name__)


class DefaultJobAction(object):
Expand Down

0 comments on commit aca057d

Please sign in to comment.