Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. /* Build query */
  2. log_query_init(&q);
  3. log_query_hosts(&q, 1, NODE_OBC);
  4. log_query_levels(&q, 3, LOG_DEBUG, LOG_INFO, LOG_WARNING);
  5. log_query_events(&q, 2, EVENT_OBC_BOOT, EVENT_OBC_REBOOT);
  6. log_query_time(&q, &from, &to);
  7. log_query_limit(&q, 10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement