-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit 5955d44
author
committedAkos Kitta
fix(logger): include
- `debug` messages logged by the Theia logger were not forwarded to the
file logger.
- Instead of logging the first argument only, let Node.js generate a
string message from every args, and log the final string message to the
console and the file.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>debug
messages in the log file1 parent d79bc0d commit 5955d44
1 file changed
+8
-5
lines changedOriginal 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