Update README.

pull/174/head
ruibaby 2019-06-01 10:24:02 +08:00
parent 78a46973ad
commit e6662130fc
4 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,11 @@
> Halo 是一款现代化的个人独立博客系统,给习惯写博客的同学一个更好的选择。 > Halo 是一款现代化的个人独立博客系统,给习惯写博客的同学一个更好的选择。
<p align="center"> <p align="center">
<a href="https://ryanc.cc"><img alt="Author" src="https://img.shields.io/badge/author-ruibaby-red.svg?style=flat-square"/></a>
<a href="#"><img alt="JDK" src="https://img.shields.io/badge/JDK-1.8-yellow.svg?style=flat-square"/></a> <a href="#"><img alt="JDK" src="https://img.shields.io/badge/JDK-1.8-yellow.svg?style=flat-square"/></a>
<a href="https://github.com/halo-dev/halo/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/halo-dev/halo.svg?style=flat-square"/></a> <a href="https://github.com/halo-dev/halo/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/halo-dev/halo.svg?style=flat-square"/></a>
<a href="https://github.com/halo-dev/halo/releases"><img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/halo-dev/halo/total.svg?style=flat-square"></a>
<a href="https://github.com/halo-dev/halo/commits"><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/w/halo-dev/halo.svg"></a>
<a href="https://github.com/halo-dev/halo/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/halo-dev/halo.svg"></a>
<a href="https://travis-ci.org/halo-dev/halo"><img alt="Travis CI" src="https://img.shields.io/travis/halo-dev/halo.svg?style=flat-square"/></a> <a href="https://travis-ci.org/halo-dev/halo"><img alt="Travis CI" src="https://img.shields.io/travis/halo-dev/halo.svg?style=flat-square"/></a>
</p> </p>

View File

@ -57,7 +57,7 @@ logging:
org.hibernate: INFO org.hibernate: INFO
org.hibernate.type.descriptor.sql.BasicBinder: INFO org.hibernate.type.descriptor.sql.BasicBinder: INFO
org.hibernate.type.descriptor.sql.BasicExtractor: INFO org.hibernate.type.descriptor.sql.BasicExtractor: INFO
file: ./logs/log.log path: ${user.home}/halo-dev/logs
halo: halo:
doc-disabled: false doc-disabled: false

View File

@ -54,7 +54,7 @@ logging:
level: level:
run.halo.app: DEBUG run.halo.app: DEBUG
org.hibernate: ERROR org.hibernate: ERROR
file: ./logs/log.log path: ${user.home}/halo-test/logs
halo: halo:
doc-disabled: false doc-disabled: false

View File

@ -56,4 +56,4 @@ spring:
logging: logging:
level: level:
run.halo.app: INFO run.halo.app: INFO
file: ./logs/log.log path: ${user.home}/.halo/logs