Skip to content

Commit e696f95

Browse files
author
gzp79
committed
some log mods
1 parent b02a64f commit e696f95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/scripts/start-builder.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export AZURE_TENANT_ID="${IDENTITY_TENANT_ID}"
44
export AZURE_CLIENT_ID="${IDENTITY_CLIENT_ID}"
55
export AZURE_CLIENT_SECRET="${IDENTITY_CLIENT_SECRET}"
66

7+
export RUST_LOG="INFO,shine_core=TRACE,shine_identity=TRACE,shine_builder=TRACE"
8+
79
echo "Starting service for stage: ${ENVIRONMENT}..."
810
cd ./services/builder
911
./shine-builder ${ENVIRONMENT}

services/server_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"defaultLevel": "INFO,shine_builder=TRACE",
1313
"metrics": true,
1414
"tracing": {
15-
"type": "stdOut"
15+
"type": "none"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)