mod_http_logging/README.markdown
author Kim Alvefur <zash@zash.se>
Wed, 02 Feb 2022 11:22:50 +0100
changeset 4885 09b8144051ea
parent 2959 6140f9a03094
permissions -rw-r--r--
mod_invites_page: Fix templates including stray inviter name (thanks Menel) The util.interpolation syntax `{var?placeholder}` appears to have been intended as an if-not, but this syntax will always return either the variable or the placeholder-template.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2959
6140f9a03094 mod_http_logging: Add some short documentation
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
This module produces more detailed HTTP logs for Prosodys built-in HTTP
6140f9a03094 mod_http_logging: Add some short documentation
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
server. The format is similar to that of Apache and go into Prosodys
6140f9a03094 mod_http_logging: Add some short documentation
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     3
normal logs at the `info` level.