Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

WIP: Log params #55

Open
jgroom33 opened this issue Oct 12, 2018 · 1 comment
Open

WIP: Log params #55

jgroom33 opened this issue Oct 12, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jgroom33
Copy link
Collaborator

  my_request:
    url: foo.com
    method: GET
    log_request: true

This would result in the request object and resolved uri being logged. This would be helpful to have a copy of the json and to show the URI with environment vars and values populated.

It might be good to create a log object as:

  my_request:
    url: foo.com
    method: GET
    log:
      output: true
      file: true
      request: true
@eykrehbein eykrehbein mentioned this issue Oct 12, 2018
@jgroom33 jgroom33 changed the title log_request Log params Oct 12, 2018
@eykrehbein eykrehbein added the enhancement New feature or request label Oct 12, 2018
@jgroom33
Copy link
Collaborator Author

@jgroom33 jgroom33 changed the title Log params WIP: Log params Oct 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants