Add note about new logging feature in example plugin.
This commit is contained in:
parent
7a135b2569
commit
d1ac527fb1
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ import os
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
# NOTE: in Ansible 1.2 or later general logging is available without
|
||||||
|
# this plugin, just set ANSIBLE_LOG_PATH as an environment variable
|
||||||
|
# or log_path in the DEFAULTS section of your ansible configuration
|
||||||
|
# file. This callback is an example of per hosts logging for those
|
||||||
|
# that want it.
|
||||||
|
|
||||||
TIME_FORMAT="%b %d %Y %H:%M:%S"
|
TIME_FORMAT="%b %d %Y %H:%M:%S"
|
||||||
MSG_FORMAT="%(now)s - %(category)s - %(data)s\n\n"
|
MSG_FORMAT="%(now)s - %(category)s - %(data)s\n\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue