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

Logs in json format #511

Open
Mistikan opened this issue Jul 11, 2023 · 0 comments
Open

Logs in json format #511

Mistikan opened this issue Jul 11, 2023 · 0 comments

Comments

@Mistikan
Copy link

Mistikan commented Jul 11, 2023

Здравствуйте. К сожалению, не могу написать логи в json формате. Будьте добры с этим помочь.

Как я пытался:

  1. log_format "{\"time\": \"%t\"}\n"
    \" не превращается в " - сообщение остается "сырым".
    Полученное сообщение - {\"time\": \"2023-07-11T14:40:17Z\"}

  2. log_format "{'time': '%t'}\n"
    Стандарт json не разрешает одинарные кавычки.
    Полученное сообщение - {'time': '2023-07-11T14:40:17Z'}

  3. log_format "{"time": "%t"}\n"
    Падает с ошибкой, т.к. строка неверно понимается.

Желаемое сообщение: {"time": "2023-07-11T14:40:17Z"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant