Commit 07f678ae authored by Liang Ding's avatar Liang Ding

🔊 #12676 增加 GitHub 同步仓库日志以便定位问题 #

parent db29b61d
......@@ -53,7 +53,7 @@ import java.util.stream.Collectors;
* Export service.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.0.6, May 7, 2019
* @version 1.1.0.7, Jun 20, 2019
* @since 2.5.0
*/
@Service
......@@ -153,6 +153,7 @@ public class ExportService {
*/
public void exportGitHubRepo() {
try {
LOGGER.log(Level.INFO, "Github repo syncing....");
final JSONObject preference = optionQueryService.getPreference();
if (null == preference) {
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment