This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 86f32d8
fix: turn off logging by default
For large projects (especially projects in google3), logging to file with
will slow down the language service because it prints all the filenames in
the project. This is true even when the logging verbosity is `terse` (the
old default).
This PR turns off logging by default. If users want to inspect the logs,
they can run the `Open Angular server log` command, which will automatically
set the log verbosity to `verbose` and restart the server.1 parent 8680168 commit 86f32d8
3 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
66 | 64 | | |
67 | 65 | | |
68 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments