diff options
author | notgne2 | 2020-12-27 11:33:55 -0700 |
---|---|---|
committer | notgne2 | 2020-12-27 11:33:55 -0700 |
commit | 48548d1b1564861a63603814d62bb008e4e3edae (patch) | |
tree | b198cd94a45582e96acbffe00f98943d4ba17c1d /src | |
parent | 01ea759cf653750694201522a1b7e0d86f89a177 (diff) |
Remove discriminant (they are already differenciated by binary name)
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 00277c8..9557aab 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -77,7 +77,6 @@ pub fn init_logger( .format_for_stderr(logger_formatter) .set_palette("196;208;51;7;8".to_string()) .directory(log_dir) - .discriminant(if activate { "activate" } else { "deploy" }) .duplicate_to_stderr(match debug_logs { true => Duplicate::Debug, false => Duplicate::Info, |