Quest's Log - Writing to a File #1422
KVonGit
started this conversation in
Developing Quest
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is what is currently in Quest 5.9:
This option should be in the Quest player settings, if anywhere. I wasn't thinking things through when I put it here.
Quest 4.1.5 had it set up the way I like it:
After discussing this with Pertex, it seems best to just write the log entries to a file automatically, but, instead of writing to a file in "Documents\Quest Logs", we should just have Quest use the same path it uses for debug.log (which writes the file to the same folder as the game file).
Pertex would prefer the log entries be written to debug.log. I initially thought we can't do this because that is all handled by CEF, but now I'm thinking maybe we could just use debug.log as the filename for our log, too. Then it would all probably just append text to the same document. (Maybe?)
I don't believe this alone is worth a bug-fix release. I'm not even sure it's worth creating an Issue.
I can't recall anyone else but me ever talking about the way the logs are written to a file, except for a few people posting that they didn't like log files being automatically created in "Documents\Quest Logs" back when 5.8 was first released.
Beta Was this translation helpful? Give feedback.
All reactions