[
https://issues.apache.org/jira/browse/NIFI-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746519#comment-17746519
]
Mark Payne commented on NIFI-3065:
----------------------------------
Re-opening issue because I encountered a bug that I think needs to be addressed
before this is included.
If I have a Process Group that has no Log File Suffix configured, and I then
copy & paste the PG, the new one has the Log File Suffix configured with a
value of "Copy_of_". This means that every time a PG is copied and pasted, it
will create a new log file, and it will be difficult to understand what is
happening.
> Fine-grained logging in multi-tenant context
> --------------------------------------------
>
> Key: NIFI-3065
> URL: https://issues.apache.org/jira/browse/NIFI-3065
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Pierre Villard
> Assignee: Timea Barna
> Priority: Minor
> Fix For: 2.0.0, 1.23.0
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> In a multi-tenant approach, it could be interesting to offer to users a way
> to have a fine-grained logging capabilities per tenant.
> Let's say that root process group is used to have one process group per
> "project" accessed by different teams/users, it could be really useful to
> have a log file per process group containing logs for all elements inside
> this process group.
> A first version could be to develop a custom log appender that would log each
> message in a file dedicated to its process group parent.
> This improvement will ease the logging management when there are hundreds of
> processors separated between different teams and this will also prevent the
> access to the logs concerning one team by another team (could be a security
> issue).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)