Skip to content

Commit

Permalink
Add logger to actors
Browse files Browse the repository at this point in the history
  • Loading branch information
lnauta committed Jul 30, 2024
1 parent ec303b0 commit 04e6f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions picas/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

from couchdb.http import ResourceConflict

logging.basicConfig(level=logging.INFO)
log = logging.getLogger(__name__)

class RunActor(object):
"""
Expand Down

0 comments on commit 04e6f8d

Please sign in to comment.