Logging for flow of the data exchange between client/server
This commit is contained in:
parent
6010208e33
commit
41353f2252
12 changed files with 85 additions and 22 deletions
|
|
@ -118,6 +118,18 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jul-to-slf4j</artifactId>
|
||||
<version>2.0.17</version> <!-- use matching version for your SLF4J -->
|
||||
</dependency>
|
||||
<!-- Logback Classic logger implementation -->
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.5.20</version> <!-- or latest compatible version -->
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue