Skip to content

Update log levels for dsap.c#154

Open
sgunes-wirepas wants to merge 1 commit into
masterfrom
fix/dsap_log_level
Open

Update log levels for dsap.c#154
sgunes-wirepas wants to merge 1 commit into
masterfrom
fix/dsap_log_level

Conversation

@sgunes-wirepas

Copy link
Copy Markdown
Contributor

Earlier, default log level for the module was warning. Certain logs for each data packet sending and receiving has been using the info level.

With this change, the default log level is changed to info and the packet event logs are changed to use the debug level, which seems more appropriate.

The reason for the change is the sink service in the linux gateway. It is now using dynamic log levels and setting all of the log modules to have info level by default. This resulted in excessive logging in the sink service compared to before because of the dsap module.

Earlier, default log level for the module was warning. Certain logs for
each data packet sending and receiving has been using the info level.

With this change, the default log level is changed to info and the
packet event logs are changed to use the debug level, which seems more
appropriate.

The reason for the change is the sink service in the linux gateway. It
is now using dynamic log levels and setting all of the log modules to
have info level by default. This resulted in excessive logging in the
sink service compared to before because of the dsap module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant