mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
17 lines
523 B
Markdown
17 lines
523 B
Markdown
### 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>
|