Añade seguimiento de la traza de ejecución
This commit is contained in:
parent
5d2901d32a
commit
cb557f4a86
7 changed files with 57 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue