mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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.
This commit is contained in:
committed by
Adam Jackson
parent
e21371984d
commit
4ebce1ed8b
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user