Skip to content

Commit

Permalink
actually output logs
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Mar 11, 2024
1 parent f8c3756 commit 867dc12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loadgenerator/locustfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

# Attach OTLP handler to locust logger
logging.getLogger().addHandler(handler)
logging.getLogger().setLevel(logging.INFO)

exporter = OTLPMetricExporter(insecure=True)
set_meter_provider(MeterProvider([PeriodicExportingMetricReader(exporter)]))
Expand Down

0 comments on commit 867dc12

Please sign in to comment.