Skip to content

Commit b2180c4

Browse files
committed
Update get_logger to dj.logger
1 parent 38c50fb commit b2180c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/ephys_acute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
import pandas as pd
1111
from element_interface.utils import dict_to_uuid, find_full_path, find_root_directory
1212

13-
from . import ephys_report, get_logger, probe
13+
from . import ephys_report, probe
1414
from .readers import kilosort, openephys, spikeglx
1515

16-
log = get_logger(__name__)
16+
log = dj.logger
1717

1818
schema = dj.schema()
1919

0 commit comments

Comments
 (0)