Skip to content

Commit 721257f

Browse files
showcase(logging): update showcase configuration
1 parent 20db005 commit 721257f

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

showcases/logging/BUILD

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cc_binary(
1818
srcs = ["main.cpp"],
1919
visibility = ["//visibility:public"],
2020
deps = [
21-
"@score_logging//score/mw/log:log",
21+
"@score_logging//score/mw/log",
2222
"@score_logging//score/mw/log/backend:remote",
2323
],
2424
)
@@ -28,14 +28,10 @@ score_pkg_bundle(
2828
bins = [
2929
":logging_example",
3030
],
31-
config_data = [
31+
config_data = [
3232
"logging.score.json",
33-
3433
],
35-
3634
custom_layout = {
3735
"//showcases/logging:config/logging.json": "etc/logging.json",
3836
},
39-
4037
)
41-

showcases/logging/logging.score.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "Logging example",
3-
"description": "Example demonstrating logging integration across camera, perception, and vehicle control pipeline services",
3+
"description": "Example for running logging with all log levels via remote and console",
44
"apps": [
55
{
66
"path": "/bin/sh",
77
"args": [
88
"-c",
9-
"cd /usr/bin/datarouter && ./datarouter --no_adaptive_runtime >/dev/null 2>&1 & sleep 2"
9+
"cd /usr/bin/datarouter && ./datarouter --no_adaptive_runtime >/dev/null 2>&1 &"
1010
],
1111
"env":{}
1212
},

0 commit comments

Comments
 (0)