Skip to content
Snippets Groups Projects

F loggers name

Merged Alexander Kreft requested to merge f-loggers-name into dev
All threads resolved!
4 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -36,7 +36,7 @@ from caosdb.exceptions import LoginFailedError
# meta class compatible with Python 2 *and* 3:
ABC = ABCMeta('ABC', (object, ), {'__slots__': ()})
_LOGGER = logging.getLogger("authentication")
_LOGGER = logging.getLogger(__name__)
class AbstractAuthenticator(ABC):
Loading