2024-06-10 18:14:17 +02:00
|
|
|
### log
|
2025-02-18 00:34:41 +01:00
|
|
|
Prints/Modifies the log level
|
2024-06-10 18:14:17 +02:00
|
|
|
|
|
|
|
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
|
2025-02-18 00:34:41 +01:00
|
|
|
Note: this setting will be saved for the next time you open MEGAcmd, but will be removed if you logout.
|
2024-06-10 18:14:17 +02:00
|
|
|
|
|
|
|
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>
|