log file is written on each poll
See original GitHub issueI get the following logs in the eclipse console on each wwd-poll and it writes a log file for each poll in the eclipse/.metadata-folder. I did not configure anything with wwd. I only installed it and it makes such a noise by making polls and repeated logs:
[Info] Using @angular/language-service v9.0.0-next.8 from /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_0.5.3.201912031954/language-servers/node_modules/@angular/language-service
[Warning] Using less efficient polling watcher. Set TSC_NONPOLLING_WATCHER to true.
[Info] Disabling language service for /Users/workspace/ide/test/src/main/webapp/WEB-INF/tsconfig.json because it is not an Angular project.
[Error] No config file for /Users/workspace/ide/test/src/main/webapp/WEB-INF/node_modules/crypto-browserify/example/index.html
[Info] Using typescript v3.5.3 from /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_0.5.3.201912031954/language-servers/node_modules/typescript
[Info] Using @angular/language-service v9.0.0-next.8 from /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_0.5.3.201912031954/language-servers/node_modules/@angular/language-service
[Info] Log file: /Users/workspace/ide/.metadata/angular-language-server-1577301845397.log
[Info] Angular Language Service is running under DEBUG mode
[Warning] Using less efficient polling watcher. Set TSC_NONPOLLING_WATCHER to true.
[Info] Using typescript v3.5.3 from /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_0.5.3.201912031954/language-servers/node_modules/typescript
[Info] Using @angular/language-service v9.0.0-next.8 from /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.wildwebdeveloper_0.5.3.201912031954/language-servers/node_modules/@angular/language-service
[Info] Log file: /Users/workspace/ide/.metadata/angular-language-server-1577301871030.log
[Info] Angular Language Service is running under DEBUG mode
On each poll, this log is shown and a log file is written in /Users/workspace/ide/.metadata/. I have found out that wwd writes over 3000 log files - so much garbage with same messages which can be avoided by default. Why does wwd makes so much logs and why does wwd-log says:
Using less efficient polling watcher. Set TSC_NONPOLLING_WATCHER to true.
Why does wwd not use the more efficient polling watcher by default when it already knows that it uses a less efficient polling watcher?
Disabling language service for /Users/workspace/ide/test/src/main/webapp/WEB-INF/tsconfig.json because it is not an Angular project.
Why does wwd annoy me with such messages when wwd already knows that this is not an angular project?
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (10 by maintainers)

Top Related StackOverflow Question
Hello @nimo23
I just started to investigate your problem. I will try to summarize all problems and solutions.
/Users/workspace/ide/.metadata/folderAngular Language Service, logging is disabled if there is no log file.TSC_NONPOLLING_WATCHERwith value totrue. See https://github.com/angular/vscode-ng-language-service/blob/master/server/src/server.ts#L50-L52eclipse.app->Contents/MacOsNow I will work on the codebase in order to provide a patch about log files.
We can release Wild Web Developer any time. Last release was last week. Is there any change you think is worth releasing soon?