Replies: 1 comment
-
You might be able to cobble this together from the fuse logs, but I think it would also be interesting to produce metrics or something to make it easier to get insights. For access logs, you could add this to your config:
And you'll get a log line for each operation performed on each file. We also have more verbose logging, by setting
and passing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to see if I can use SOCI and kind/k3s to run end-to-end tests, and get a report about how much of the image was/wasn't used during tests. This could be helpful for both identifying unnecessary files, and for improving test coverage if I expect certain files to be accessed during tests.
I looked through docs and issues and couldn't find any information about per-file access logs, but it's possible I missed something.
If this is possible and interesting, but just not implemented yet, I'd be willing to contribute changes to enable this.
Beta Was this translation helpful? Give feedback.
All reactions