Skip to content

Commit dcba1b2

Browse files
committed
Change warning to info in character code to avoid polluting the flasklog
1 parent 67957aa commit dcba1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/characters/web_character.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ def friends(self):
11331133

11341134
@lazy_attribute
11351135
def contents(self):
1136-
logger.warning("[DC] getting content from WebDBDirichletOrbit")
1136+
logger.info("[DC] getting content from WebDBDirichletOrbit")
11371137
if self._contents is None:
11381138
self._contents = []
11391139
self._fill_contents()

0 commit comments

Comments
 (0)