We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6e036 commit 568f921Copy full SHA for 568f921
_includes/sidebar.html
@@ -1,7 +1,7 @@
1
<! -- sidebar.html -->
2
<header class="sidebar-header" role="banner">
3
<a href="{{ site.BASE_PATH }}/">
4
- <img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}?s=150" class="img-circle" />
+ <img src="https://avatars0.githubusercontent.com/u/8487818?v=2&u=6a25bfef8f8d19b2a1b32ad63766fa7fb82c05f8&s=140" class="img-circle" />
5
</a>
6
<h3 class="title">
7
<a href="{{ site.BASE_PATH }}/">{{ site.title }}</a>
_posts/2014-08-19-how-to-use-log4j-mdc.markdown
@@ -1,6 +1,6 @@
---
layout: post
-title: "LogBack sl4j 通过MDC实现日志记录区分用户Session[以Spring mvc为例]"
+title: "LogBack-Sl4j-MDC区分日志Request[以Spring mvc为例]"
date: 2014-08-19 12:37:55
categories: Java
0 commit comments