logappender to redis-server

This commit is contained in:
Szakalakamaka
2020-09-22 10:18:27 +02:00
parent d4579f0707
commit 4af79721f4
3 changed files with 23 additions and 15 deletions

View File

@@ -1,4 +0,0 @@
<changelist name="Uncommitted_changes_before_Update_at_09_09_2020_11_06_[Default_Changelist]" date="1599642401601" recycled="true" deleted="true">
<option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Update_at_09_09_2020_11_06_[Default_Changelist]/shelved.patch" />
<option name="DESCRIPTION" value="Uncommitted changes before Update at 09.09.2020 11:06 [Default Changelist]" />
</changelist>

31
.idea/workspace.xml generated
View File

@@ -23,10 +23,9 @@
</component>
<component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/src/main/java/com/release11/klaus/controller/MainController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/templates/tools.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Update_at_09_09_2020_11_06__Default_Changelist_.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/templates/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/templates/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/logback.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/logback.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -493,7 +492,21 @@
<option name="project" value="LOCAL" />
<updated>1600702429235</updated>
</task>
<option name="localTasksCounter" value="43" />
<task id="LOCAL-00043" summary="- finishing etrack&#10;- new buttons for main page&#10;- swagger">
<created>1600761911381</created>
<option name="number" value="00043" />
<option name="presentableId" value="LOCAL-00043" />
<option name="project" value="LOCAL" />
<updated>1600761911381</updated>
</task>
<task id="LOCAL-00044" summary="typo">
<created>1600761961915</created>
<option name="number" value="00044" />
<option name="presentableId" value="LOCAL-00044" />
<option name="project" value="LOCAL" />
<updated>1600761961915</updated>
</task>
<option name="localTasksCounter" value="45" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -513,8 +526,6 @@
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="- changing design of index.html&#10;- dynamic localhost value&#10;- adding possibility to access the page with clientUUID value in path variable to be able to continue your work faster" />
<MESSAGE value="- changing log appender's DB" />
<MESSAGE value="Refactoring:&#10;- add new headers form&#10;- global Model Attributes" />
<MESSAGE value="adding remove button for httpHeaders form" />
<MESSAGE value="fix for null headers" />
@@ -538,7 +549,9 @@
<MESSAGE value="js fix sort paggination, show body for etrack" />
<MESSAGE value="changing events describtion" />
<MESSAGE value="swagger" />
<option name="LAST_COMMIT_MESSAGE" value="swagger" />
<MESSAGE value="- finishing etrack&#10;- new buttons for main page&#10;- swagger" />
<MESSAGE value="typo" />
<option name="LAST_COMMIT_MESSAGE" value="typo" />
</component>
<component name="WindowStateProjectService">
<state x="574" y="128" key="#com.intellij.ide.util.MemberChooser" timestamp="1599641773245">
@@ -631,13 +644,13 @@
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="277" y="57" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1600691411296" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1600702431016">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1600761963534">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="451" y="183" key="Vcs.Push.Dialog.v2/-1920.0.1536.832/0.0.1920.1040@0.0.1920.1040" timestamp="1600275760386" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600350277680" />
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1600351824385" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1600702431016" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1600761963534" />
<state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861">
<screen x="0" y="0" width="1536" height="824" />
</state>

View File

@@ -3,8 +3,7 @@
<include resource="org/springframework/boot/logging/logback/base.xml"/>
<!--https://github.com/kmtong/logback-redis-appender-->
<appender name="LOGSTASH" class="com.release11.klaus.utilis.RedisAppender">
<host>localhost
</host>
<host>redis-server</host>
<port>6379</port>
<key>logstash</key>
<layout class="ch.qos.logback.classic.PatternLayout">