From d25fa2d2877be074a577d09d459a0a7d6220b63f Mon Sep 17 00:00:00 2001 From: Bui Nguyen Quoc Thanh Date: Thu, 14 Mar 2019 16:56:36 +0700 Subject: doc: Raise an awareness of log level sync Raise an awareness of log level synchronization between DLT Daemon and application after registrations. Signed-off-by: Bui Nguyen Quoc Thanh --- doc/dlt_for_developers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dlt_for_developers.md b/doc/dlt_for_developers.md index 9dc575c..b020357 100644 --- a/doc/dlt_for_developers.md +++ b/doc/dlt_for_developers.md @@ -285,6 +285,8 @@ int main(int argc, const char* argv[]) } ``` +Note: Please be aware that it might be taken up to a second until the synchronization of loglevel between DLT Daemon and application is done. + ### Unregister contexts and application Before terminating the application registered contexts and at last the application need to be unregistered. -- cgit v1.2.1