Logging
By default, Atoti generates a new directory in which to write logs for each session and automatically enables log rolling to prevent log files from becoming excessively large. Useatoti.LoggingConfig to write the logs to another place.
HTTPS
It is a good practice to always enable HTTPS on web applications since it ensures that the communications between users and the application are secure. Signed certificates can be generated for the application using tools such as Let’s Encrypt. Useatoti.HttpsConfig to configure the application to communicate exclusively in HTTPS.