You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of ways to customize the logging. From the docs for llama-cli...
-ld, --logdir LOGDIR path under which to save YAML logs (no logging if unset)
--log-disable Log disable
--log-file FNAME Log to file
--log-colors Enable colored logging
(env: LLAMA_LOG_COLORS)
-v, --verbose, --log-verbose Set verbosity level to infinity (i.e. log all messages, useful for
debugging)
-lv, --verbosity, --log-verbosity N Set the verbosity threshold. Messages with a higher verbosity will be
ignored.
(env: LLAMA_LOG_VERBOSITY)
--log-prefix Enable prefx in log messages
(env: LLAMA_LOG_PREFIX)
--log-timestamps Enable timestamps in log messages
(env: LLAMA_LOG_TIMESTAMPS)
...not all of these flags are working on my source build at the moment. Maybe there is an issue with my build. Should try these with an official release.
The text was updated successfully, but these errors were encountered:
Lots of ways to customize the logging. From the docs for
llama-cli
......not all of these flags are working on my source build at the moment. Maybe there is an issue with my build. Should try these with an official release.
The text was updated successfully, but these errors were encountered: