mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
feat: Enable debug logs in release builds
This commit is contained in:
+2
-1
@@ -42,7 +42,7 @@ assets = [
|
|||||||
[features]
|
[features]
|
||||||
default = [
|
default = [
|
||||||
"standard",
|
"standard",
|
||||||
"release_max_log_level",
|
#"release_max_log_level",
|
||||||
"ring",
|
"ring",
|
||||||
"bindgen-runtime", # replace with bindgen-static on alpine
|
"bindgen-runtime", # replace with bindgen-static on alpine
|
||||||
]
|
]
|
||||||
@@ -62,6 +62,7 @@ standard = [
|
|||||||
"sentry_telemetry",
|
"sentry_telemetry",
|
||||||
"otlp_telemetry",
|
"otlp_telemetry",
|
||||||
"console",
|
"console",
|
||||||
|
"direct_tls",
|
||||||
]
|
]
|
||||||
full = [
|
full = [
|
||||||
"standard",
|
"standard",
|
||||||
|
|||||||
Reference in New Issue
Block a user