mulesoft-consulting / json-logger

Drop-in replacement for default Mule Logger that outputs a JSON structure based on a predefined JSON schema
MIT License
69 stars 215 forks source link

redirect users to Training's fork of this repo and Mule module #30

Open GeraldLoeffler opened 3 years ago

GeraldLoeffler commented 3 years ago

Since this repo is no longer maintained, MuleSoft Training has forked, will maintain that fork going forward, deployes to their Exchange, and students use the JSON logger from that Exchange. Please direct users to that repo and Exchange:

https://github.com/mulesoft-consulting/training-json-logger

<dependency>
  <groupId>560e2d13-1898-4228-95d0-5a05ec751d10</groupId>
  <artifactId>json-logger</artifactId>
  <version>2.0.1</version>
  <classifier>mule-plugin</classifier>
</dependency>
...
<repository>
  <!-- Anypoint Exchange repository of the MuleSoft Training Anypoint Platform organization, requires authentication -->
  <id>anypoint-exchange-560e2d13-1898-4228-95d0-5a05ec751d10</id>
  <name>MuleSoft Training Anypoint Exchange</name>
  <url>https://maven.anypoint.mulesoft.com/api/v2/maven</url>
</repository>

and

<server>
  <!-- Anypoint Exchange repository of the MuleSoft Training Anypoint Platform organization -->
  <id>anypoint-exchange-560e2d13-1898-4228-95d0-5a05ec751d10</id>
  <username>training-devl2-public-exchange-viewer</username>
  <password>PublicTra1n1ngExchanger</password>
</server>
jsaliba-epam commented 3 years ago

@GeraldLoeffler would it be possible to grant me access to the MS Training's version of the JSON Logger please? it is not publicly available unfortunately.

GeraldLoeffler commented 3 years ago

@GeraldLoeffler would it be possible to grant me access to the MS Training's version of the JSON Logger please? it is not publicly available unfortunately.

done - enjoy