Improve logging for preset #92
No reviewers
TrueCloudLab/storage-services-developers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-core-developers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#92
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "abereziny/xk6-frostfs:feature-add-more-debug-info-to-presets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #91
Signed-off-by: Andrey Berezin a.berezin@yadro.com
@ -41,3 +43,3 @@
if not success:
print(f" > Object {object_name} has not been uploaded.")
log(f"{cmd_line}\n"
Python has some native logging capabilities https://docs.python.org/3/library/logging.html#logging.info , don't we want to use them?
We want specific prefix (date, endpoint) to each message so we use custom function.
endpoint=...
syntax in scenariosI will create a separate task for this then.