[
https://issues.apache.org/jira/browse/LIBCLOUD-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
daveb updated LIBCLOUD-95:
--------------------------
Description:
if LIBCLOUD_DEBUG is a digit the location "/tmp/libcloud_debug.log" is used
for logging (data is appended to the file) when libvirt 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.
was:
if LIBCLOUD_DEBUG is a digit the location "/tmp/libcloud_debug.log" is used
for logging (data is appended to the file).
/tmp/libcloud_debug.log could potentially be a symbolic link to another file,
e.g. /home/hi/.bashrc.
> 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
>
> if LIBCLOUD_DEBUG is a digit the location "/tmp/libcloud_debug.log" is used
> for logging (data is appended to the file) when libvirt 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira