Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion omeroweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
" HTTP %(status_code)d %(request)s"
)

LOGGING_CLASS = "omero_ext.cloghandler.ConcurrentRotatingFileHandler"
LOGGING_CLASS = "concurrent_log_handler.ConcurrentRotatingFileHandler"
LOGSIZE = 500000000


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def read(fname):
# requires Ice (use wheel for faster installs)
"omero-py>=5.7.0",
# minimum requirements for `omero web start`
"concurrent-log-handler>=0.9.20",
"Django>=3.2,<4.0",
"django-pipeline==2.0.7",
"django-cors-headers==3.7.0",
Expand Down