Commit Graph
10 Commits
Author SHA1 Message Date
Russell YoungandNikos Mavrogiannopoulos 658ffb47df Separated logging level from debug-ability
Modified code to separate logging level from the debug-ability. Added new command line option -x or --traceable to control the pr_dumpable state (default is pr_dumpable false) Added config parameter for controlling the log-level the option is "log-level" it can also be specified on the commandline with -d or --debug.

Signed-off-by: Russell Young <ruyoung@microsoft.com>
2021-05-18 18:38:49 +00:00
Russ Young 1d5b699e49 Changed mode 2021-05-12 13:27:35 -06:00
Russ Young c4bc01766d Removed conditional code for OWASP headers 2021-05-12 11:56:09 -06:00
Russ Young 065f51e6af Added build flags and Test for OWASP headers 2021-04-20 11:55:28 -06:00
Russ Young f3e23793a7 Added the default OWASP http headers to http responses. 2021-04-14 13:59:04 -06:00
Russ Young cbd858081e Changed logging level to reduce noise. 2021-03-01 10:42:43 -07:00
Russ Young 7864798b59 Changed logging levels to reduce noise. 2021-03-01 10:41:30 -07:00
Russ Young e9ddacde59 Changes offensive messages.
Changed noisy messages to be logged at LOG_DEBUG level.
2021-02-24 11:45:36 -07:00
Russ Young 90e08cc12d Added HttpOnly flag to cookie 2021-02-17 12:15:09 -07:00
Russ YoungandNikos Mavrogiannopoulos 3055c15c96 Log changes to reduce logging noise
Signed-off-by: Russell Young <ruyoung@microsoft.com>
2020-12-03 10:58:22 +01:00