It logs the application start event. if you see it in a different language it only means that the first request ie when the application started was by a user with a browser that has Russian as the preferred language so it logged it localized to that language.
application start event has this code:
log.Info(Resource.ApplicationStartEventMessage);
so it the string comes from a localized resource