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
It appears there isn't an easy way to avoid the Archaius 2.x to 1.x bridge from printing out the following:
Configuration not yet initialized. Returning 'null' for environment
Configuration not yet initialized. Returning 'null' for datacenter
Configuration not yet initialized. Returning 'null' for appId
Configuration not yet initialized. Returning 'null' for serverId
Configuration not yet initialized. Returning 'null' for stack
Configuration not yet initialized. Returning 'null' for region
Configuration not yet initialized. Returning 'null' for zone
If you do:
Injector injector = Guice.createInjector(new ArchaiusModule(), new StaticArchaiusBridgeModule());
How do I avoid the System.out.println messages? I would rather it not print out anything (and definitely not use a logger as that is even worse).
Also sort of tangental it would be nice if there was a 2.x label or milestone :)
The text was updated successfully, but these errors were encountered:
It appears there isn't an easy way to avoid the Archaius 2.x to 1.x bridge from printing out the following:
If you do:
How do I avoid the
System.out.println
messages? I would rather it not print out anything (and definitely not use a logger as that is even worse).Also sort of tangental it would be nice if there was a
2.x
label or milestone :)The text was updated successfully, but these errors were encountered: