I am developing a sample program using Google Storage service. I am able to set Bucket logging correctly, after setting logging and performing operations for days, still I am not able to see any csv file as logs in my destination logged bucket.
<Logging>
<LogBucket>
my_logs
</LogBucket>
<LogObjectPrefix>
log_object_prefix
</LogObjectPrefix>
</Logging>
I am using same above API to set logging. On getting the status of logging on bucket, it show as set logging.
Please let me know what is missing on setting logs?
Thanks in advance for help,
Neelam Sharma