Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[glibutil] Disable timestamps by default
  • Loading branch information
monich committed Feb 24, 2021
1 parent c707a15 commit 111c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gutil_log.c
Expand Up @@ -57,7 +57,7 @@
#endif /* GLOG_GLIB */

/* Allows timestamps in stdout log */
gboolean gutil_log_timestamp = TRUE;
gboolean gutil_log_timestamp = FALSE;

/* Adds thread id prefix */
gboolean gutil_log_tid = FALSE; /* Since 1.0.51 */
Expand Down

0 comments on commit 111c3f0

Please sign in to comment.