added sitemap and docs

This commit is contained in:
2025-11-07 14:45:13 -08:00
parent fb5407a60b
commit a459b86169
6 changed files with 121 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
You can use the logging class to output to a file.
use ```$log->info(The Message');```1
use ```$log->info(The Message');```
Logging levels are:
```
@@ -16,4 +16,4 @@ Logging levels are:
It's recommended that production is set to ERROR.
You set the log level in /App/config.php under 'loglevel' => 'ERROR'
If you are using CORXN a health check is run every 30 seconds which would fill the log file with info.