- code-duplicated.txt 파일 삭제

- 가격체크 버그 수정
- 로그파일 파일명 수정
This commit is contained in:
2017-02-05 14:00:45 +09:00
parent 4809d5ccbe
commit f33be2f4eb
3 changed files with 2 additions and 82 deletions

View File

@@ -97,7 +97,7 @@ namespace NewsCrawler
if(m_strLogFile == null)
{
string strToday = DateTime.Now.ToString("yyyy-MM-dd");
m_strLogFile = GetLogPath()+"/"+strToday+".txt";
m_strLogFile = GetLogPath()+"/NewsCrawlerLog-"+strToday+".txt";
}
string strLogLevel = "["+enType+"] ";