- 가격체크 버그 수정 - 로그파일 파일명 수정
@@ -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+"] ";
The note is not visible to the blocked user.