Skip to content

Setup guide: Error logging

Ryan edited this page Jul 10, 2018 · 2 revisions

ModCore can report whether a command errored or not. By default, this is disabled and ModCore will just ignore commands that throw errors.

You can either set error reporting verbosity for chat or for the action log. To set error logging verbosity, use config error chat/log [verbosity]. Verbosity can have a couple of values. These are listed here:

  • none : No error logging is done.
  • name : ModCore will tell you what command errored.
  • namedesc : ModCore will tell you what command errored and it will explain what went wrong.