Improve logging
This commit is contained in:
parent
e3cef3c004
commit
1466a98ebf
1 changed files with 1 additions and 1 deletions
|
@ -31,8 +31,8 @@ class App(
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun execute() {
|
private fun execute() {
|
||||||
log("Processing feed...")
|
|
||||||
config.githubRepos.forEach { githubRepo ->
|
config.githubRepos.forEach { githubRepo ->
|
||||||
|
log("Processing releases feed for ${githubRepo.name}...")
|
||||||
val existingReleases = releaseRepo.getExistingReleases(githubRepo)
|
val existingReleases = releaseRepo.getExistingReleases(githubRepo)
|
||||||
val feedService = FeedService(githubRepo, httpClient)
|
val feedService = FeedService(githubRepo, httpClient)
|
||||||
val newReleases = feedService.getNewReleases(existingReleases)
|
val newReleases = feedService.getNewReleases(existingReleases)
|
||||||
|
|
Loading…
Reference in a new issue