Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Where to find JGit Daemon logs

Hi jgit ninjas:

I have a question regarding Daemon class. In one of my java service, I bring up a git daemon via this class. However, whenever debugging with any git related issues, I am having trouble finding the logs in the git daemon side.

So is there a way to persist and pull out the logs of the git daemon brought up by JGit? or as long as you have configured the logs for native git daemon, it applies to the daemon brought up by JGit as well?

Thanks,
Mengwei

Back to the top