We tend to use the log4net Remote Logging Service so that the logs are downloaded over the network and not on the disk of the production server.
Then the service can be configured to host the logs in a file on the host machine.
Then we use log2console to view the log file if the log file is in a network resource or you are working directly on a logging machine.
Itβs not clear what your requirements are, but if you have access to the network share where the log file is located, you can simply point it to log2console and view it.
source share