All Collections
Plugin Help
πŸ—ƒοΈ Get Your Bambu Connect Logs
πŸ—ƒοΈ Get Your Bambu Connect Logs

Your logs can help us debug issues you're having!

Updated over a week ago

OctoEverywhere's Bambu Connect allows any Bambu Lab 3D printer to access all of the powerful cloud 3D printing tools OctoEverywhere offers.

Sometimes, things don't quite work as we expected them to. In that case, sending a debug log to our support team is really helpful! Here's how:

Enable Debug Logging

  1. SSH into the device running Bambu Connect

  2. Enter the plugin storage folder using the following command.

    1. cd ~/.octoeverywhere-bambu

  3. Use your favorite text editor to edit the config, like the following command:

    1. nano octoeverywhere.conf

  4. Find the following line in the config

    1. log_level = INFO

  5. Edit the line to be:

    1. log_level = DEBUG

Delete the Current Log File

  1. Run this command to delete the current log file(s):

    1. rm -fr ~/.octoeverywhere-bambu/logs/*

Restart the Plugin

  1. With debug logging enabled, restart the plugin to gather some logs. Run the following command.

    1. sudo systemctl restart octoeverywhere-bambu

  2. Alternatively, you can restart the entire device.

Reproduce the issue

  1. Let the plugin run for a few minutes and try to reproduce the issue.

  2. If possible, reproduce the issue a few times.

Get the Logs

  1. Download or copy the log file to your computer. You can find the log file here:

    1. ~/.octoeverywhere-bambu/logs/octoeverywhere.log

Send the log file to our support team, and we will help you with your issue ASAP!

Be sure to disable DEBUG logging by doing step #1 again but setting the logging level to INFO.

Did this answer your question?