Limits to logging
by clay@cs.georgetown.edu
Hi,
I am working on an academic research project using nfs-ganesha. I am trying to do some debugging and believe that logging messages are going missing.
For example, I am trying to trace when writes occur in FSAL/FSAL_VFS/file.c:vfs_write2.c. I put a four logging messages in using LogDebug, and only one that shows entry into the function gets logged - the others which surround the write and show function exiting do not appear in the log. I have put some code in that writes my own trace messages to a file so I can see that these other log messages should also be appearing as the flow of control passes through them, but they are not written.
Is there some throttling mechanism that I am running into? Or something else that I might need to be aware of?
Thanks