xiaotan1 opened a new issue #5183:
URL: https://github.com/apache/skywalking/issues/5183


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [* ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   Hello, this is my first time using SkyWalking, my first startup in Windows, 
and I have generated logs file under the SkyWalking directory.The second 
startup indicates that the logs directory already exists
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   apache-skywalking-apm-es7-6.6.0.zip and apache-skywalking-apm-6.6.0-win.zip
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, 
component version.
   
![image](https://user-images.githubusercontent.com/22851494/88526294-57e63880-d02e-11ea-8c5f-3c8093b24c02.png)
   
   ___
   ### Requirement or improvement
   - When I first start, turn off SkyWalking, and the second time I start, the 
logs directory is already there.
   I see this in the webappService.bat file
   if exist "%WEBAPP_LOG_DIR%" (
       mkdir "%WEBAPP_LOG_DIR%"
   )
   This judgment causes the file to be created every time I enter. I'm not sure 
if this is a system problem or an exception.
   
   if not exist "%WEBAPP_LOG_DIR%" (
       mkdir "%WEBAPP_LOG_DIR%"
   )
   This is the first time I have participated in answering questions. If the 
questions are wrong, please forgive me
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to