Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Custom info section in log file #180

Open
parmsam-pfizer opened this issue Jun 22, 2023 · 0 comments
Open

Feature Request: Custom info section in log file #180

parmsam-pfizer opened this issue Jun 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@parmsam-pfizer
Copy link
Collaborator

Feature Idea

We could add a custom info section to the log file in a future release where users can incorporate custom info of interest. This would enable log customization tailored to different organizations.

Relevant Input

New arg in axecute() and log_write() named extra_info with a default of NA. Users could pass a list object with additional metadata or info of interest through. Could look something like this.

axecute(extra_info = list(customMessage = glue::glue("This log is for {xyz} department"), projectName = get_project_info() ))

Relevant Output

New extra info section in log output file(s).

Reproducible Example/Pseudo Code

No response

@parmsam-pfizer parmsam-pfizer added the enhancement New feature or request label Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant