mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-08-03 08:58:36 +02:00
Fix logging levels (#29)
This commit is contained in:
parent
bfcb0e675e
commit
c3ccf1ee2b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
let config = ServerConfig::from_args(snapshot_days, snapshot_versions)?;
|
||||
let server = Server::new(config, Box::new(SqliteStorage::new(data_dir)?));
|
||||
|
||||
log::warn!("Serving on port {}", port);
|
||||
log::info!("Serving on port {}", port);
|
||||
HttpServer::new(move || {
|
||||
App::new()
|
||||
.wrap(Logger::default())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue