healchow commented on code in PR #5898: URL: https://github.com/apache/inlong/pull/5898#discussion_r971968846
########## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java: ########## @@ -70,12 +78,21 @@ public class AuditServiceImpl implements AuditService { private static final String HOUR_FORMAT = "yyyy-MM-dd HH"; private static final String DAY_FORMAT = "yyyy-MM-dd"; + @Value("#{'${audit.admin.ids:3,4,5,6,7,8}'.split(',')}") Review Comment: 1. The number is not clear for users. 2. How to set those ids? In a properties file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org