File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
1919 compile project(' :rsocket-spectator' )
2020 compile project(' :rsocket-transport-netty' )
2121 compile project(' :rsocket-transport-local' )
22+ compile " org.slf4j:slf4j-log4j12:1.7.25"
2223
2324 testCompile project(' :rsocket-test' )
2425}
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- log4j.rootLogger =INFO , stdout
16+ log4j.rootLogger =DEBUG , stdout
1717
1818log4j.appender.stdout =org.apache.log4j.ConsoleAppender
1919log4j.appender.stdout.layout =org.apache.log4j.PatternLayout
20- log4j.appender.stdout.layout.ConversionPattern =%d{dd MMM yyyy HH:mm:ss,SSS} %5p [%t] - %m%n
20+ log4j.appender.stdout.layout.ConversionPattern =%d{dd MMM yyyy HH:mm:ss,SSS} %5p [%t] %c{1} - %m%n
You can’t perform that action at this time.
0 commit comments