mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 23:56:57 +02:00
MINOR: da: silent logging by default and displaying DeviceAtlas support if built.
This commit is contained in:
parent
087ca283e4
commit
df3785fe2a
@ -180,7 +180,7 @@ struct global global = {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef USE_DEVICEATLAS
|
#ifdef USE_DEVICEATLAS
|
||||||
.deviceatlas = {
|
.deviceatlas = {
|
||||||
.loglevel = DA_SEV_INFO,
|
.loglevel = 0,
|
||||||
.jsonpath = 0,
|
.jsonpath = 0,
|
||||||
.cookiename = 0,
|
.cookiename = 0,
|
||||||
.cookienamelen = 0,
|
.cookienamelen = 0,
|
||||||
@ -400,6 +400,9 @@ void display_build_opts()
|
|||||||
printf("Built with network namespace support\n");
|
printf("Built with network namespace support\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_DEVICEATLAS
|
||||||
|
printf("Built with DeviceAtlas support\n");
|
||||||
|
#endif
|
||||||
#ifdef USE_51DEGREES
|
#ifdef USE_51DEGREES
|
||||||
printf("Built with 51Degrees support\n");
|
printf("Built with 51Degrees support\n");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user