Hi Lars,
404 responses are not logged (due to performance reasons) but you can implement the custom subscriber to log them. Subscribe to BeforeEndRequest notification and check the
Context.Response.StatusCode = 404 and log what you need.
Regards, Dmitrij