Skip to content

Commit dbe8fa3

Browse files
ref_int : update logging example configuration
1 parent 38c3c66 commit dbe8fa3

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[
2-
{
1+
{
32
"name": "Logging example",
43
"description": "Example for running logging with all log levels via remote and console",
54
"apps": [
@@ -16,19 +15,12 @@
1615
"args": [],
1716
"env": {},
1817
"dir": "/showcases/data/logging/logging_app/etc"
19-
}
20-
]
21-
},
22-
{
23-
"name": "logging : dlt Generator example",
24-
"description": "Example for generating DLT log messages",
25-
"apps": [
26-
{
18+
},
19+
{
2720
"path": "/showcases/bin/dlt_generator",
2821
"args": [],
2922
"env": {},
3023
"dir": "/showcases/data/logging/dlt_generator/etc"
3124
}
3225
]
33-
}
34-
]
26+
}

0 commit comments

Comments
 (0)