3.2.6. Logging¶
Store¶
Logging is enabled by default. To configure the logger, look at the logging
section in the example configuration in All configuration options.
Useful commands:
v6 algorithm-store files: shows you where the log file is storedv6 algorithm-store attach: show live logs of a running store in your current console. This can also be achieved when starting the store withv6 algorithm-store start --attach
Server¶
Logging is enabled by default. To configure the logger, look at the logging
section in the example configuration in All configuration options.
Useful commands:
v6 server files: shows you where the log file is storedv6 server attach: show live logs of a running server in your current console. This can also be achieved when starting the server withv6 server start --attach