wildfly-extras / prospero

Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
Apache License 2.0
9 stars 24 forks source link

Duplicate log? #750

Closed jmesnil closed 2 months ago

jmesnil commented 3 months ago

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
[...]