You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/06/15 18:10:25 UTC

[GitHub] pdion891 opened a new pull request #2152: improved logging, removed usued code

pdion891 opened a new pull request #2152: improved logging, removed usued code
URL: https://github.com/apache/cloudstack/pull/2152
 
 
   This script used to upload snapshots to swift and is executed on dom0 of XenServer. this PR make logging from `/var/log/cloud/swiftxenserver.log` more meaningful as the below example;
   
   ```
   2017-06-15 10:26:32    DEBUG [root] #### CLOUD enter  swift ####
   2017-06-15 10:26:32    DEBUG [root] #### CLOUD upload begin    S-12522/d841b62a-7f83-4d5d-9e9d-2940115f7fa9.vhd to swift ####
   2017-06-15 10:27:13    DEBUG [root] #### CLOUD upload complete S-12522/d841b62a-7f83-4d5d-9e9d-2940115f7fa9.vhd to swift: 0:00:40 @ 45 MB/s ####
   2017-06-15 10:27:13    DEBUG [root] #### CLOUD exit   swift ####
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services