-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get Log files to generate #205
Comments
The same is actual and for me. Without logs I can't check the correctness of this plugin. |
Is this on CI or locally? I am able to generate fine so curious if you have any issues with write permissions. Perhaps try a different directory |
Both. CI and Local |
I am having this same issue, where I'm unable to get the logfile to be written regardless of my configuration values. Here is my Gradle environment:
|
It looks like this isn't working for the sample either. |
#245 is the issue, AFAICS. However, the issue is bigger than just the log file not getting created - the whole configuration isn't applied. Moving Lines 41 to 61 in cd343a9
Downgrading to |
@joshafeinberg Sorry for the ping. Feel free to ignore. Pinging you since you handled #245, which seems to be the issue here. What's the path forward here? I could raise a PR for the simple change I mentioned above, but I assume I'm missing something behind the goals of #245. Due to this issue, I've downgraded to |
Hey there, we haven't upgraded internally to Gradle 8.10 so we haven't been able to test this out. I am currently in the process of looking for a better resolution than #245 but if you have thoughts and a PR I am happy to take a look. No timeline on those updates, I've moved into management so don't have all the time in the world to code nowadays, but hoping that I can get a good fix in soon |
I'm having problems getting the log file to generate. I set up the entry as follows:
affectedModuleDetector {
baseDir = "${project.rootDir}"
logFilename = "affectedmodules.log"
logFolder = "${project.rootDir}/build/reports"
}
The log file is never created and running with --info or --debug doesn't seem to give me any more info.
Using 0.2.1 version, but tried with 0.1.2 as well with same results.
The text was updated successfully, but these errors were encountered: