Revert verbose logging. No initial reconcile required at the moment.

This commit is contained in:
aboyko
2023-01-26 00:41:13 -05:00
parent 506cde6477
commit 13536a725b
2 changed files with 5 additions and 2 deletions

View File

@@ -153,8 +153,9 @@ public class BootLanguageServerInitializer implements InitializingBean {
});
} else {
// Reconcile would occur as listeners will be receiving events
startListeningToPerformReconcile();
reconcile();
startListeningToPerformReconcile();
//Uncomment reconcile() call if done within server.doOnInitialized()
// reconcile();
}
// });

View File

@@ -9,8 +9,10 @@
</encoder>
</appender>
<!--
<root level="info">
<appender-ref ref="STDOUT" />
</root>
-->
</configuration>