Rebrand the packaged schema: defaults, labels and descriptions; the Enterprise page becomes Branding; log prefix inbuxa.log

This commit is contained in:
2026-09-18 13:15:17 -07:00
parent 05d220ae4f
commit 31e64f5a4d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ async fn insert_safe_defaults(bp: &mut Bootstrap) -> trc::Result<()> {
&Tracer::Log(TracerLog {
enable: true,
ansi: false,
prefix: "stalwart.log".into(),
prefix: "inbuxa.log".into(),
rotate: LogRotateFrequency::Daily,
path: "/var/log/inbuxa".into(),
..Default::default()