commit/galaxy-central: martenson: extensive logging for folder_contents API datasets
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/98f5685a42d2/ Changeset: 98f5685a42d2 User: martenson Date: 2014-01-07 22:08:20 Summary: extensive logging for folder_contents API datasets Affected #: 1 file diff -r 6f63fc8b7464f58952522dc35df1544cd40563e3 -r 98f5685a42d2b32481db28b80dedca1b9b6791cf lib/galaxy/webapps/galaxy/api/folder_contents.py --- a/lib/galaxy/webapps/galaxy/api/folder_contents.py +++ b/lib/galaxy/webapps/galaxy/api/folder_contents.py @@ -108,6 +108,8 @@ return_item.update ( dict ( item_count = content_item.item_count ) ) if content_item.api_type == 'file': + log.debug( 'FolderContentsController, method index(), dataset name: ' + content_item.name ) + log.debug( 'vars: ' + str(vars( content_item )) ) library_dataset_dict = content_item.to_dict() library_dataset_dict['data_type'] library_dataset_dict['file_size'] Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org