Aaron Suen d32a2c856c Build mod summary list automatically
Instead of maintaining the short description of each sub-mod
manually in a giant README file, distribute the short descriptions
into each relevant mod, and then build the README listings
automatically at deploy time.

This should:
- Make it harder to forget to add/remove mods in the list
- Prevent them from being out of alphabetical order
- Ensure each mod has a description for in-menu use
2023-06-20 07:30:35 -04:00
..
2023-06-12 20:34:17 -04:00
2023-06-20 07:30:35 -04:00
2023-06-12 20:34:17 -04:00

------------------------------------------------------------------------

Allow users with special "logtrace" priv to watch traces of server logs,
useful for admin or debugging purposes.

Use the /logtrace command to get/set the logging level.  The special
"all" and "none" levels capture all and none, respectively, while the
other levels capture each different minetest standard logging level and
anything higher.  If a message cannot be classified (it doesn't have a
valid logging level) then it will only be in the "all" feed.

------------------------------------------------------------------------