mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 04:26:02 +08:00
chore(log-option): 🔧 set hotrod log options for hotrod app (#659)
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
0d1526f6af
commit
24162f8f96
@ -97,6 +97,10 @@ services:
|
||||
container_name: hotrod
|
||||
ports:
|
||||
- "9000:8080"
|
||||
logging:
|
||||
options:
|
||||
max-size: 50m
|
||||
max-file: 3
|
||||
command: ["all"]
|
||||
environment:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
@ -99,6 +99,10 @@ services:
|
||||
container_name: hotrod
|
||||
ports:
|
||||
- "9000:8080"
|
||||
logging:
|
||||
options:
|
||||
max-size: 50m
|
||||
max-file: 3
|
||||
command: ["all"]
|
||||
environment:
|
||||
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
|
||||
|
Loading…
x
Reference in New Issue
Block a user