@@ -41,18 +41,15 @@ app_name = Python Application
41
41
# each environment below.
42
42
monitor_mode = true
43
43
44
- # Sets the name of a file to log agent messages to. Useful for
45
- # debugging any issues with the agent. This is not set by
46
- # default as it is not known in advance what user your web
47
- # application processes will run as and where they have
48
- # permission to write to. Whatever you set this to you must
49
- # ensure that the permissions for the containing directory and
50
- # the file itself are correct, and that the user that your web
51
- # application runs as can write to the file. If not able to
52
- # write out a log file, it is also possible to say "stderr" and
53
- # output to standard error output. This would normally result in
54
- # output appearing in your web server log.
55
- # log_file = /tmp/newrelic-python-agent.log
44
+ # Sets the name of a file to log agent messages to. Whatever you
45
+ # set this to, you must ensure that the permissions for the
46
+ # containing directory and the file itself are correct, and
47
+ # that the user that your web application runs as can write out
48
+ # to the file. If not able to out a log file, it is also
49
+ # possible to say "stderr" and output to standard error output.
50
+ # This would normally result in output appearing in your web
51
+ # server log.
52
+ log_file = stdout
56
53
57
54
# Sets the level of detail of messages sent to the log file, if
58
55
# a log file location has been provided. Possible values, in
0 commit comments