Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[+] Log port on start
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Jan 14, 2019
1 parent 20b10a7 commit 07a5b86
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ public HyLiveLocationServer(HLLServerConfig config)
*/
public void start() throws Exception
{
logger.log("服务器正在启动... (端口: {})", config.getPort());

// 去掉Log
if (!config.isDebug()) MiscUtils.disableLogging();

Expand Down

0 comments on commit 07a5b86

Please sign in to comment.