On Linux in logs I can only see command line string for browser process and zygote process. Command line string for browser process should be logged in OnBeforeCommandLineProcessing and command line strings for child processes should be logged in OnBeforeChildProcessLaunch. In OnBeforeCommandLineProcessing you can't using CEF logging mechanism, because log settings are not initialized at that point.
On Linux in logs I can only see command line string for browser process and zygote process. Command line string for browser process should be logged in OnBeforeCommandLineProcessing and command line strings for child processes should be logged in OnBeforeChildProcessLaunch. In OnBeforeCommandLineProcessing you can't using CEF logging mechanism, because log settings are not initialized at that point.