Hi, I'd like to increment the log level and granularity regarding user access to WebAPI.
So far, I can read on the logs the following kind of records:
2023-01-25 10:44:53.668 INFO http-nio-8080-exec-8 com.odysseusinc.logging.LoggingService - - User login = [email protected] was logged in
2023-01-25 10:45:19.538 INFO http-nio-8080-exec-8 com.odysseusinc.logging.LoggingService - - User login = [email protected] was logged out
I'm interesting in improving the granularity of such logs. For instance, when a giver user selects a given Datasource, I'd like to get this information recorded on the logs.
Is that possible?
Thank you very much.
Hi, I'd like to increment the log level and granularity regarding user access to WebAPI.
So far, I can read on the logs the following kind of records:
I'm interesting in improving the granularity of such logs. For instance, when a giver user selects a given Datasource, I'd like to get this information recorded on the logs.
Is that possible?
Thank you very much.