summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-10-16 13:56:34 -0400
committerAdam Jackson <ajax@nwnk.net>2019-10-30 16:17:04 +0000
commit4ebce1ed8b63decb0919146a034f0c80ac47c3cd (patch)
tree11ebd9b35f5401339427f5494b4aca3fb24d7658 /include
parente21371984def00b0e0b5cfc976bfd1756a2905d4 (diff)
os: Move log verbosity defaults into os/log.c
There's not any configuration knobs for this so there's no real reason to leave them in a configgy header.
Diffstat (limited to 'include')
-rw-r--r--include/site.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/site.h b/include/site.h
index 2d997cb1b..21bc0e2a2 100644
--- a/include/site.h
+++ b/include/site.h
@@ -87,12 +87,4 @@ SOFTWARE.
#define DEFAULT_ACCESS_CONTROL TRUE
#endif
-/* Default logging parameters. */
-#ifndef DEFAULT_LOG_VERBOSITY
-#define DEFAULT_LOG_VERBOSITY 0
-#endif
-#ifndef DEFAULT_LOG_FILE_VERBOSITY
-#define DEFAULT_LOG_FILE_VERBOSITY 3
-#endif
-
#endif /* SITE_H */