ray/dashboard/modules/log/log_consts.py
2021-01-08 11:45:07 +08:00

3 lines
61 B
Python

MIME_TYPES = {
"text/plain": [".err", ".out", ".log"],
}