debugging libnss_turbo.so.2

This commit is contained in:
2022-07-09 19:04:19 +03:00
parent eaa56ad32a
commit 02ddc548f5
2 changed files with 8 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ const ENV_OMIT_MEMBERS = "TURBONSS_OMIT_MEMBERS";
export var turbonss_db_path: [:0]const u8 = "/etc/turbonss/db.turbo";
//pub var log_level: std.log.Level = .err;
pub const log_level: std.log.Level = .debug;
// State is a type of the global variable holding the process state:
// the DB handle and all the iterators.