You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/08/05 02:20:07 UTC

[inlong] branch master updated (e0bd5235c -> 4f27d3f68)

This is an automated email from the ASF dual-hosted git repository.

healchow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from e0bd5235c [INLONG-5337][Manager] Add Agent cluster info and operator (#5338)
     add 4f27d3f68 [INLONG-5324][Manager] Optimize configuration files and scripts (#5342)

No new revisions were added by this update.

Summary of changes:
 .../manager-service/src/test/resources/log4j2.xml   |  4 ++--
 .../src/main/resources/log4j.properties             | 21 ---------------------
 .../manager-test/src/main}/resources/log4j2.xml     |  4 ++--
 inlong-manager/manager-web/bin/managerctl           |  6 +++---
 inlong-manager/manager-web/bin/restart.sh           |  3 +--
 inlong-manager/manager-web/bin/shutdown.sh          |  3 +--
 inlong-manager/manager-web/bin/startup.sh           |  5 ++---
 ...ngWebApplication.java => InlongManagerMain.java} |  4 ++--
 .../src/main/resources/application.properties       |  2 +-
 .../manager-web/src/main/resources/log4j2.xml       |  4 ++--
 .../org/apache/inlong/manager/web/WebBaseTest.java  |  2 +-
 .../src/test/resources/application.properties       |  2 +-
 12 files changed, 18 insertions(+), 42 deletions(-)
 delete mode 100644 inlong-manager/manager-test/src/main/resources/log4j.properties
 copy {inlong-agent/agent-common/src/test => inlong-manager/manager-test/src/main}/resources/log4j2.xml (94%)
 rename inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/{InLongWebApplication.java => InlongManagerMain.java} (93%)