Añade seguimiento de la traza de ejecución

This commit is contained in:
Manuel Cillero 2022-02-14 22:52:41 +01:00
parent 5d2901d32a
commit cb557f4a86
7 changed files with 57 additions and 12 deletions

View file

@ -5,8 +5,11 @@ description = "Developed with the amazing PageTop framework."
language = "en-US"
# Tema predeterminado.
theme = "Minimal"
# Rótulo al inicio: "Off", "Slant", "Small", "Speed" or "Starwars".
# Rótulo al inicio: "Off", "Slant", "Small", "Speed" o "Starwars".
startup_banner = "Small"
# Traza de la ejecución: "Error", "Warn", "Info", "Debug" o "Trace".
# Ejemplos: "Error,actix_server::builder=Info,tracing_actix_web=Debug".
tracing = "Info"
[webserver]
# Configuración opcional del servidor web.