1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 14:58:03 +00:00
Files
rolens/frontend/src/lib/mongo/loglevels.json

8 lines
84 B
JSON
Raw Normal View History

{
"F": "Fatal",
"E": "Error",
"W": "Warning",
"I": "Info",
"D": "Debug"
}