Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loggers, text mode doesn't include geoip information #1

Closed
KVInventoR opened this issue Sep 4, 2021 · 2 comments
Closed

Loggers, text mode doesn't include geoip information #1

KVInventoR opened this issue Sep 4, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@KVInventoR
Copy link

Text mode for loggers in stdout doesn't include any geoip configuration

# list of loggers
loggers:

  stdout:
    # to enable, set the enable to true
    enable: true
    # output format: text|json
    mode: text
2021-09-04T19:11:56.814486033Z beta-vm03 CLIENT_RESPONSE NXDOMAIN 188.2.193.164 55966 INET UDP 120b smtp.aloup.com.ua A 0.002530
2021-09-04T19:11:56.815125065Z beta-vm03 CLIENT_QUERY NOERROR 8.0.1.19 16146 INET UDP 50b xn--h1aidq.xn--p1ai A 0.000000
2021-09-04T19:11:56.816296045Z beta-vm03 CLIENT_RESPONSE NOERROR 8.0.1.19 16146 INET UDP 66b xn--h1aidq.xn--p1ai A 0.001171

But in the same time, when I defined mode: json, json include geoip field.

@dmachard dmachard added the bug Something isn't working label Sep 5, 2021
@dmachard
Copy link
Owner

dmachard commented Sep 8, 2021

implemented with the new feature #2

@dmachard
Copy link
Owner

dmachard commented Sep 8, 2021

new release v0.6.0 available

dmachard pushed a commit that referenced this issue Feb 20, 2022
Add PBDNSMessageList wrapper for repeated PBDNSMessages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants