2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00

17 lines
523 B
Markdown
Raw Permalink Normal View History

### log
Prints/Modifies the log level
Usage: `log [-sc] level`
<pre>
Options:
-c CMD log level (higher level messages).
Messages captured by MEGAcmd server.
-s SDK log level (lower level messages).
Messages captured by the engine and libs
Note: this setting will be saved for the next time you open MEGAcmd, but will be removed if you logout.
Regardless of the log level of the
interactive shell, you can increase the amount of information given
by any command by passing "-v" ("-vv", "-vvv", ...)
</pre>