On each menu save, the "mymodule submit" notice is written to watchdog.
The log message is triggered from the menu_item_limit_config_menu_submit
function:
\Drupal::logger('menu_item_limit')->notice('mymodule submit ');
Seems to be a debug message that should not be used in production code, I'll remove it via merge request
Needs review
2.1
Code