I am migrating a good number of cores over to the latest instance of solr (well, 7.1.0) installed locally. It is working well, but my code is occasionally sending requests to search or index an old field that was replaced in the schema.
I see this in the logging, but I can't determine which core the log comes from. How can I tell which core is receiving the offending requests? Many thanks in advance! Mark