You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Tomaz Muraus (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/20 21:38:11 UTC

[dev] [jira] [Resolved] (LIBCLOUD-95) if LIBCLOUD_DEBUG is a digit the location d = "/tmp/libcloud_debug.log" is used

     [ https://issues.apache.org/jira/browse/LIBCLOUD-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-95.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6.0

I have removed a "default path" functionality and now you must explicitly specify a path.

In any case, I still think it should be a non-issue, because it's only used in debug mode and you probably also don't run your script with elevated privileges.
                
> if LIBCLOUD_DEBUG is a digit the location  d = "/tmp/libcloud_debug.log" is used
> --------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-95
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-95
>             Project: Libcloud
>          Issue Type: Bug
>            Reporter: daveb
>             Fix For: 0.6.0
>
>
> if LIBCLOUD_DEBUG is a digit the location  "/tmp/libcloud_debug.log" is used for logging (data is appended to the file) when libcloud is imported. /tmp/libcloud_debug.log could potentially be a symbolic link to another file, e.g. /home/hi/.bashrc. 
> see https://github.com/apache/libcloud/blob/4223c8e235337fbb2935eb0e6c78eab50b158609/libcloud/__init__.py line 54.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira