You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2023/04/03 06:17:49 UTC

[iotdb-web-workbench] branch master updated (d55a9c0 -> 41fa1ec)

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

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git


    from d55a9c0  doc: doc for casdoor (#47)
     add 41fa1ec  fix(log):replace log4j by logback (#45)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 backend/pom.xml                                    |  12 +-
 .../src/main/resources/application-dev.properties  |   2 +-
 .../src/main/resources/application-prod.properties |   2 +-
 .../src/main/resources/application-test.properties |   3 +-
 backend/src/main/resources/log4j2-prod.xml         | 119 --------------------
 backend/src/main/resources/log4j2.xml              | 119 --------------------
 backend/src/main/resources/logback.xml             | 122 +++++++++++++++++++++
 8 files changed, 136 insertions(+), 244 deletions(-)
 delete mode 100644 backend/src/main/resources/log4j2-prod.xml
 delete mode 100644 backend/src/main/resources/log4j2.xml
 create mode 100644 backend/src/main/resources/logback.xml