Skip to content

Commit cf03da1

Browse files
committed
revert logger name change
1 parent 96d6c63 commit cf03da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainbox/io/one.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from brainbox.behavior.wheel import interpolate_position, velocity_smoothed
2828
from brainbox.behavior.dlc import likelihood_threshold, get_pupil_diameter, get_smooth_pupil_diameter
2929

30-
_logger = logging.getLogger(__name__)
30+
_logger = logging.getLogger('ibllib')
3131

3232

3333
SPIKES_ATTRIBUTES = ['clusters', 'times', 'amps', 'depths']

0 commit comments

Comments
 (0)