Skip to content

Commit bddbd2e

Browse files
committed
Change the storage and output log level to INFO and the deletion frequency to once every 10 years(#57440)
1 parent 836051b commit bddbd2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/weko-logging/weko_logging/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@
8080
"""
8181

8282
WEKO_LOGGING_USER_ACTIVITY_DB_SETTING = {
83-
"log_level": "ERROR",
83+
"log_level": "INFO",
8484
"delete": {
85-
"when": "months",
86-
"interval": 3
85+
"when": "years",
86+
"interval": 10
8787
}
8888
}
8989
"""User activity logging to the database."""
9090

9191
WEKO_LOGGING_USER_ACTIVITY_STREAM_SETTING = {
92-
"log_level": "ERROR"
92+
"log_level": "INFO"
9393
}
9494
"""User activity logging to the stream."""
9595

0 commit comments

Comments
 (0)