hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
315 stars 138 forks source link

Fix logging #16618

Open thenswan opened 1 week ago

thenswan commented 1 week ago

The Problem Logging is not working.

The Solution Configure logging to:

  1. Output logs to stdout/stderr, so logs are visible in GH jobs.
  2. Save logs and in the event of a state validation error, upload logs to the GCP Bucket. Log file should be ~1mb.
poulok commented 6 days ago

@thenswan please remember to add the Platform label to any platform tickets

thenswan commented 6 days ago

@poulok got it