Feature summary:
Alias Special:Mylogs to Special:Mylog
Use case(s):
Special:Logs (plural) is aliased to Special:Log (singular), so it makes sense for similar aliasing to Special:Mylog.
And Special:MyLogs does list all the user's log entries in the various logs.
Then, a user might type or link to the plural name.
Good first task
There's only a minor change required here to languages / messages / MessagesEn.php to add these aliases. It's literally a change to one line of code to add it to the array:
'Mylog' => [ 'MyLog' ],
Currently at line 484 to:
'Mylog' => [ 'MyLog', 'MyLogs' ],