You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using Prosper for #749, I noticed that many logs are printed twice when using debug to perform an update:
~/Developer/prospero/prospero update perform --debug --dir=. --use-default-local-cache
Updating server: /Users/jmesnil/Developer/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/.
16:32:28,071 DEBUG [prospero] Initializing history storage in /Users/jmesnil/Developer/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/.
16:32:28,071 DEBUG [prospero] Initializing history storage in /Users/jmesnil/Developer/wildfly/dist/target/wildfly-34.0.0.Beta1-SNAPSHOT/.
16:32:28,141 INFO [prospero] PRSP000012: Checking available updates
16:32:28,141 INFO [prospero] PRSP000012: Checking available updates
Aug 30, 2024 4:32:28 PM java.lang.System$LoggerFinder lambda$accessProvider$0
WARNING: Failed to instantiate LoggerFinder provider; Using default.
16:32:32,043 INFO [prospero] PRSP000013: Found 1 updates
16:32:32,043 INFO [prospero] PRSP000013: Found 1 updates
Updates found:
org.jboss.galleon:galleon-core 6.0.2.Final ==> []
Continue with update [y/N]: y
Building updates
16:32:37,088 INFO [prospero] PRSP000012: Checking available updates
16:32:37,088 INFO [prospero] PRSP000012: Checking available updates
16:32:40,824 INFO [prospero] PRSP000013: Found 1 updates
16:32:40,824 INFO [prospero] PRSP000013: Found 1 updates
[...]
The text was updated successfully, but these errors were encountered:
While using Prosper for #749, I noticed that many logs are printed twice when using
debug
to perform an update:The text was updated successfully, but these errors were encountered: