How to work around the maximum limit for log variables
Posted: Fri Jul 24, 2015 9:35 am
Hi,
I ran into a problem when adding more variables to a log group. It seems I ran into a maximum number of such variables, since I had to remove others to get the new ones transferred to the cfclient.
So the question is:
* Should we increase the maximum number of variables that can be logged? - Can that be done by adjusting LOG_MAX_OPS and/or LOG_MAX_BLOCKS in log.c? - And if so, which problems could we run into wrt. transfer bandwidths/capacities?
* Could we rather have a minimum set of LOG variables enabled at all times, and other LOG variables should be disabled by default (on compile time)? - If so, which existing ones should be disabled by default?
Are there similar limits in the PARAM system (presumably very small amounts of data are transferred here)?
I ran into a problem when adding more variables to a log group. It seems I ran into a maximum number of such variables, since I had to remove others to get the new ones transferred to the cfclient.
So the question is:
* Should we increase the maximum number of variables that can be logged? - Can that be done by adjusting LOG_MAX_OPS and/or LOG_MAX_BLOCKS in log.c? - And if so, which problems could we run into wrt. transfer bandwidths/capacities?
* Could we rather have a minimum set of LOG variables enabled at all times, and other LOG variables should be disabled by default (on compile time)? - If so, which existing ones should be disabled by default?
Are there similar limits in the PARAM system (presumably very small amounts of data are transferred here)?