Mercurial Hosting > chat
changeset 70:effa1e0af52a
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 06 Mar 2025 20:16:13 -0700 |
parents | e229f4aacde0 |
children | 2206c20e91d2 |
files | src/init.luan |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/init.luan Thu Mar 06 20:08:19 2025 -0700 +++ b/src/init.luan Thu Mar 06 20:16:13 2025 -0700 @@ -1,5 +1,9 @@ local Hosted = require "luan:host/Hosted.luan" +local Logging = require "luan:logging/Logging.luan" +local logger = Logging.logger "init" Hosted.set_https and Hosted.set_https(true) +logger.error "init" + return true