to drop
ALTER DATABASE xxxx DROP LOGFILE GROUP x1;
to make
ALTER DATABASE xxxx
ADD LOGFILE GROUP x1
('diska/logx.log',
'diskb/logx.log',
'diskc/logx.log' );

I wonder what effect it might have forcing archiving of that corrupted file.

since it deals with corruption, take care in checking all pros and cons.