ray/dashboard/modules/log/log_consts.py

4 lines
61 B
Python
Raw Normal View History

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