-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit 2c10497
author
committedAkos Kitta
fix: include all log
- In the bundled application, the customized logger that writes the log
files bogusly includes only the first message fragment in the log
message. This PR ensures all message fragments are included in the final
message before it is printed to the console/terminal and persisted to
the rotating log files.
- Includes messages with `debug` severity in the log.
- Disables the ANSI coloring in the CLI daemon log by adding the
`NO_COLOR=true` environment variable to the spawned CLI daemon process.
- Trims trailing line ending of the daemon log.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>args
in the log message1 parent d79bc0d commit 2c10497
File tree
2 files changed
+14
-7
lines changed- arduino-ide-extension/src/node
- electron/build/patch/backend
2 files changed
+14
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | + | ||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
171 | 172 |
| |
172 | 173 |
| |
173 | 174 |
| |
174 | - | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
175 | 179 |
| |
176 | 180 |
| |
177 | 181 |
| |
| |||
258 | 262 |
| |
259 | 263 |
| |
260 | 264 |
| |
261 | - | ||
265 | + | ||
262 | 266 |
| |
263 | 267 |
| |
264 | 268 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | - | ||
22 | + | ||
22 | 23 |
| |
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
27 | 30 |
| |
28 | 31 |
| |
29 | 32 |
| |
|
0 commit comments