Firmware/Features
Logging
Learn how to configure logging settings on LuxOS.
Logging Level
Logging Level
Changing the logging level requires a Luxminer restart. You can restart Luxminer using the 3 line drop-down menu in the top right corner of every page.
Defines the verbosity of the logs generated by LuxOS. The levels are:
- TRACE: Provides process level information, useful for enhanced debugging.
- DEBUG: Provides detailed information useful for debugging issues.
- INFO: Provides general information about system operation.
- WARN: Only logs items that can be issues, but do not need immediate user attention.
- ERROR: Only logs critical errors that require user attention.
- FATAL: Only logs items that are catastrophic to the miners operation.
To configure the logging level:
- Navigate to Settings > Advanced Settings > Logging.
- Select the desired logging level from the dropdown menu.
Viewing Logs
You can view your ASIC miner's logs from the dashboard. Click on 'Logs' to see the current log, which is also available for export.
You can also collect logs via GET
or CURL
. Review our API docs for more information.
The logging level can be in the advanced section of LuxOS if more detailed logs are required. If you change the logging level, it will not take effect until you restart the luxminer process.