mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
Update dev mode warning message to match storage controller
Co-Authored-By: John Spray <john@neon.tech>
This commit is contained in:
@@ -108,7 +108,7 @@ fn main() -> anyhow::Result<()> {
|
||||
This is insecure and should only be used in development environments.");
|
||||
}
|
||||
} else {
|
||||
info!("Starting in dev mode - authentication security checks are disabled");
|
||||
warn!("Starting in dev mode: this may be an insecure configuration.");
|
||||
}
|
||||
|
||||
// Initialize logging.
|
||||
|
||||
@@ -354,7 +354,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
This is insecure and should only be used in development environments.");
|
||||
}
|
||||
} else {
|
||||
info!("Starting in dev mode - authentication security checks are disabled");
|
||||
warn!("Starting in dev mode: this may be an insecure configuration.");
|
||||
}
|
||||
|
||||
// Load JWT auth token to connect to other safekeepers for pull_timeline.
|
||||
|
||||
Reference in New Issue
Block a user