To get dlog messages, dlog should be enabled. Please try the following: # echo 1 > /etc/dlog/platformlog.conf
After that, you can get the messages using journalctl. For example, # journalctl DLOG_TAG=AUL DLOG_TAG=AUL_AGENT # journalctl DLOG_TAG=AUL DLOG_ID=log_main # journalctl DLOG_TAG=AUL PRIORITY=7 Thanks, Suchang. ------- Original Message ------- Sender : Lamberson, Chris<[email protected]> Date : 2015-04-21 10:15 (GMT+09:00) Title : [Dev] dlog/journalctl issue So I'm trying to write an extension for TizenIVI, and it seems like dlog is the official logging API. But no matter what I do, I can't get any logging to show up in journalctl. I've even tried converting all my logs to SLOGE calls (for debugging purposes only), and still nothing. What does it take to get logs into journalctl properly? _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
