License key in logs

When a docker container starts, it output LicensePrivateKey and LicensePublicKey to a log. Is it possible to mask them? We collect logs and store them for a long period of time, so anyone with access to those logs can retrieve these secrets.

@juro Do you use Aspose.Words for Cloud Docker image?

yes, we use aspose/words-cloud:25.1:

bucket REDACTED is mounted at /data
FontsInitializer:Init:GetSystemFonts(): DejaVu Sans Bold Version 2.37
FontsInitializer:Init:GetSystemFonts(): DejaVu Sans Version 2.37
FontsInitializer:Init:GetSystemFonts(): DejaVu Sans Mono Bold Version 2.37
FontsInitializer:Init:GetSystemFonts(): DejaVu Sans Mono Version 2.37
FontsInitializer:Init:GetSystemFonts(): DejaVu Serif Bold Version 2.37
FontsInitializer:Init:GetSystemFonts(): DejaVu Serif Version 2.37
REDACTED, REDACTED
Metered license is set
Credit: 1402
Consumption quantity: 1032.1029
LicenseInitializer:InitLicense() - Metered license for Aspose.Barcode successfully initialized.
Hosting environment: Production
Content root path: /app
Now listening on: http://[::]:80
Application started. Press Ctrl+C to shut down.

I will ask the responsible developer to add a flag not to show the keys.

any updates on this one?

It will be available in the upcoming release.

Sorry for the delay, in the latest 25.6 tag keys no longer printed in the logs.

This is great news! Thank you.