mod_http_logging/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 26 Mar 2023 14:37:42 +0200
changeset 5280 67777cb7353d
parent 2959 6140f9a03094
permissions -rw-r--r--
mod_http_oauth2: Pedantic optimization Checking the length of the string seems like 30% more expensive than comparing it with the empty string (by reference, probably).
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.