bug: Multiprocess cannot write log to the same file #1056
Labels
category: app shell
Installer, updaters, distributions
P1: important
Important feature / fix
type: bug
Something isn't working
Problem
In windows, once a file is taken by one process, other process can not modify it. For example, when the server is writing to log file, it hold
cortex.log
, and if we run CLI command, it cannot write message tocortex.log
.Solution
In window, we are planning to use Unix Domain Socket to start a thread and write log to file. Below are detail implementation:
--verbose
flag, log everything to terminal.The text was updated successfully, but these errors were encountered: