How do I log to a file? #2164
Answered
by
bnjjj
vamshiaruru-virgodesigns
asked this question in
Q&A
-
Hi! We are trying to switch from apollo federation to apollo router for performance reasons. It looks like router uses env_log crate, which doesn't log to files. What are performance implications of this? Is there a way to perform async logging (or batched logging) using creates like tracing file appender? Thanks in advance for the help :) |
Beta Was this translation helpful? Give feedback.
Answered by
bnjjj
Nov 28, 2022
Replies: 1 comment 1 reply
-
For now the only way to log to a file is to use unix log redirection |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vamshiaruru-virgodesigns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now the only way to log to a file is to use unix log redirection