You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2022/03/24 09:38:46 UTC

[ignite-nodejs-thin-client] branch master updated (8f3d089 -> 4669930)

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

namelchev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-nodejs-thin-client.git.


    from 8f3d089  IGNITE-16490 Add index.md to generate main page and added info to README.md
     add 71d2877  IGNITE-16651: replace logger with ignite-log4j2
     new 4669930  IGNITE-16651 Use ignite-log4j2 logger instead of deprecated ignite-log4j

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 spec/configs/ignite-config-1.xml |  4 +--
 spec/configs/ignite-config-2.xml |  4 +--
 spec/configs/ignite-config-3.xml |  4 +--
 spec/configs/ignite-config-4.xml |  4 +--
 spec/configs/log4j-1.xml         | 59 ----------------------------------------
 spec/configs/log4j-2.xml         | 59 ----------------------------------------
 spec/configs/log4j-3.xml         | 59 ----------------------------------------
 spec/configs/log4j-4.xml         | 59 ----------------------------------------
 spec/configs/log4j2-1.xml        | 55 +++++++++++++++++++++++++++++++++++++
 spec/configs/log4j2-2.xml        | 55 +++++++++++++++++++++++++++++++++++++
 spec/configs/log4j2-3.xml        | 55 +++++++++++++++++++++++++++++++++++++
 spec/configs/log4j2-4.xml        | 55 +++++++++++++++++++++++++++++++++++++
 12 files changed, 228 insertions(+), 244 deletions(-)
 delete mode 100644 spec/configs/log4j-1.xml
 delete mode 100644 spec/configs/log4j-2.xml
 delete mode 100644 spec/configs/log4j-3.xml
 delete mode 100644 spec/configs/log4j-4.xml
 create mode 100644 spec/configs/log4j2-1.xml
 create mode 100644 spec/configs/log4j2-2.xml
 create mode 100644 spec/configs/log4j2-3.xml
 create mode 100644 spec/configs/log4j2-4.xml

[ignite-nodejs-thin-client] 01/01: IGNITE-16651 Use ignite-log4j2 logger instead of deprecated ignite-log4j

Posted by na...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-nodejs-thin-client.git

commit 46699300d5a7f3af85446c6a3a8e5309ef1ac479
Merge: 8f3d089 71d2877
Author: Nikita Amelchev <ns...@gmail.com>
AuthorDate: Thu Mar 24 12:38:41 2022 +0300

    IGNITE-16651 Use ignite-log4j2 logger instead of deprecated ignite-log4j

 spec/configs/ignite-config-1.xml |  4 +--
 spec/configs/ignite-config-2.xml |  4 +--
 spec/configs/ignite-config-3.xml |  4 +--
 spec/configs/ignite-config-4.xml |  4 +--
 spec/configs/log4j-1.xml         | 59 ----------------------------------------
 spec/configs/log4j-2.xml         | 59 ----------------------------------------
 spec/configs/log4j-3.xml         | 59 ----------------------------------------
 spec/configs/log4j-4.xml         | 59 ----------------------------------------
 spec/configs/log4j2-1.xml        | 55 +++++++++++++++++++++++++++++++++++++
 spec/configs/log4j2-2.xml        | 55 +++++++++++++++++++++++++++++++++++++
 spec/configs/log4j2-3.xml        | 55 +++++++++++++++++++++++++++++++++++++
 spec/configs/log4j2-4.xml        | 55 +++++++++++++++++++++++++++++++++++++
 12 files changed, 228 insertions(+), 244 deletions(-)