Skip to content

Commit

Permalink
Activate more shared library logs (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Dec 14, 2023
1 parent c92a6b9 commit 7ee0d77
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/shared/global_init.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//go:build !ci

package shared

/*
#include <utils.h>
*/
import "C"

func init() {
C.g_verbose = true
C.enable_client_log()
}

0 comments on commit 7ee0d77

Please sign in to comment.