Skip to content
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

Change validator logs in Gradle to info or debug level #862

Closed
JakeWharton opened this issue Jun 1, 2018 · 1 comment · Fixed by #1543
Closed

Change validator logs in Gradle to info or debug level #862

JakeWharton opened this issue Jun 1, 2018 · 1 comment · Fixed by #1543

Comments

@JakeWharton
Copy link
Collaborator

> Task :store:verifySqlDelightMigration
Could not retrieve functions
Could not retrieve functions
Detected circular reference in node at path /tables[item]/indexes[item.sqlite_autoindex_item_1]/columns[item.packageName]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item]/indexes[item.sqlite_autoindex_item_1]/columns[item.className]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item]/primaryKey/columns[item.id]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_content]/primaryKey/columns[item_index_content.docid]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_docsize]/primaryKey/columns[item_index_docsize.docid]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_segdir]/indexes[item_index_segdir.sqlite_autoindex_item_index_segdir_1]/columns[item_index_segdir.level]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_segdir]/indexes[item_index_segdir.sqlite_autoindex_item_index_segdir_1]/columns[item_index_segdir.idx]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_segdir]/primaryKey/columns[item_index_segdir.level]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_segdir]/primaryKey/columns[item_index_segdir.idx]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_segments]/primaryKey/columns[item_index_segments.blockid]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
Detected circular reference in node at path /tables[item_index_stat]/primaryKey/columns[item_index_stat.id]/index. Going deeper would cause an infinite loop, so I'll stop looking at this instance along the current path.
@JakeWharton
Copy link
Collaborator Author

This comes from java-object-diff using SLF4J to log messages. We need to hook that up to Gradle's logging.

gildor added a commit to gildor/sqldelight that referenced this issue Dec 30, 2019
gildor added a commit to gildor/sqldelight that referenced this issue Jan 2, 2020
gildor added a commit to gildor/sqldelight that referenced this issue Jan 2, 2020
gildor added a commit to gildor/sqldelight that referenced this issue Jan 2, 2020
gildor added a commit to gildor/sqldelight that referenced this issue Jan 2, 2020
gildor added a commit to gildor/sqldelight that referenced this issue Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant