Skip to content

Commit 5a46af1

Browse files
committed
Fix logging
1 parent e8c41e4 commit 5a46af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/server/ispyb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
log.error("Error loading ISPyB session", exc_info=True)
5757
ISPyBSession = lambda: None
5858
else:
59-
log.info("No ISPyB credentials set, using local database", exc_info=True)
59+
log.info("No ISPyB credentials set, using local database")
6060
ISPyBSession = lambda: None
6161

6262

0 commit comments

Comments
 (0)