This repository has been archived by the owner on May 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
OCI ansible module are not respecting LOG_PATH #43
Comments
@plakdawa Thanks for reporting this. We will fix it in the next release. |
nalsaber
added a commit
that referenced
this issue
May 1, 2019
Added - Added modules to manage: - [Web Application Firewall Service](https://docs.cloud.oracle.com/iaas/Content/WAF/Concepts/overview.htm) - [Federating with Identity Providers](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/federation.htm) - [Oracle Identity Cloud Service Group Mapping](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/addingidcsusersandgroups.htm) - Added the following features in existing modules: - New allowed values `approximateSize` and `approximateCount` for the `fields` parameter of `oci_bucket_facts` module. These enable populating `approximate_size` and `approximate_count` in the response. - Adding 'primary_private_ip' and 'primary_public_ip' addresses to instance module - Samples to demonstrate: - how to a launch compute instance using an app catalog image Changed - Minimum supported OCI Python SDK to `2.1.7` Fixed - Download an object from a bucket fails if file destination does not exists [issue](#46) - OCI ansible module are not respecting LOG_PATH [issue](#43) - Update version of Python SDK [issue](#42) - 'oci_security_list' should handle int values for ports in playbook Co-authored-by: Nabeel Al Saber <[email protected]> Co-authored-by: Mike Ross <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue Report
Describe the issue
The OCI ansible modules do not respect LOG_PATH as described in the docs.
Expected behavior
When LOG_PATH is set, we expect the log file to be written to the file. Instead it gets written to the standard location
/tmp/oci_ansible_module.log
.Environment
OS version: Red Hat Enterprise Linux Server release 7.4 (Maipo)
Ansible version:
OCI Python SDK version:
2.1.4
OCI Ansible Modules version:
1.6.0
Ansible playbook to reproduce the issue
The text was updated successfully, but these errors were encountered: