Ver código fonte

do not log env on startup

tags/v1.5.6
Jonathan Cobb 3 anos atrás
pai
commit
04775d8e7b
6 arquivos alterados com 5 adições e 7 exclusões
  1. +2
    -2
      bubble-server/pom.xml
  2. +0
    -1
      bubble-server/src/main/java/bubble/server/BubbleServer.java
  3. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties
  4. +0
    -1
      bubble-server/src/main/resources/logback.xml
  5. +1
    -1
      pom.xml
  6. +1
    -1
      utils/pom.xml

+ 2
- 2
bubble-server/pom.xml Ver arquivo

@@ -11,12 +11,12 @@
<groupId>bubble</groupId>
<artifactId>bubble</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.5</version>
<version>1.5.6</version>
</parent>

<artifactId>bubble-server</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.5</version>
<version>1.5.6</version>

<repositories>
<repository>


+ 0
- 1
bubble-server/src/main/java/bubble/server/BubbleServer.java Ver arquivo

@@ -129,7 +129,6 @@ public class BubbleServer extends RestServerBase<BubbleConfiguration> {

log.info("loadEnvironment: loading env from: "+abs(envFile));
env.putAll(loadShellExports(envFile));
log.debug("loadEnvironment: loaded env="+json(env));

} catch (Exception e) {
log.warn("Error loading environment: "+e);


+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties Ver arquivo

@@ -1,3 +1,3 @@
# Do not edit this file directly
# Use _set_version to update the Bubble version in all files
bubble.version=Adventure 1.5.5
bubble.version=Adventure 1.5.6

+ 0
- 1
bubble-server/src/main/resources/logback.xml Ver arquivo

@@ -83,7 +83,6 @@
<!-- <logger name="bubble.resources.notify.InboundNotifyResource" level="TRACE" />-->
<logger name="bubble.client" level="WARN" />
<logger name="bubble.main.rekey" level="INFO" />
<logger name="bubble.server.BubbleServer" level="DEBUG" />
<logger name="bubble" level="INFO" />

<root level="INFO">


+ 1
- 1
pom.xml Ver arquivo

@@ -14,7 +14,7 @@
<groupId>bubble</groupId>
<artifactId>bubble</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.5</version>
<version>1.5.6</version>
<packaging>pom</packaging>

<licenses>


+ 1
- 1
utils/pom.xml Ver arquivo

@@ -10,7 +10,7 @@ This code is available under the GNU Affero General Public License, version 3: h
<groupId>bubble</groupId>
<artifactId>utils</artifactId>
<!-- @@BUBBLE_VERSION@@ this comment must remain above the version tag so that _set_version can update it -->
<version>1.5.5</version>
<version>1.5.6</version>
<packaging>pom</packaging>

<licenses>


Carregando…
Cancelar
Salvar