Skip to content

Refactoring and modernisation - #26

Open
resmo wants to merge 3 commits into
masterfrom
feature/refactoring
Open

Refactoring and modernisation#26
resmo wants to merge 3 commits into
masterfrom
feature/refactoring

Conversation

@resmo

@resmo resmo commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Code restructured and optimized for py3.10 and later,
  • Uses latest tools (uv, ruff) and switched to pyproject.toml.
  • Extend tests.
  • Fix unused server.volume_size

@resmo
resmo requested a review from gaudenz August 25, 2026 11:31
Comment thread cloudscale/log.py
import os

logging.basicConfig(
level=os.environ.get('CLOUDSCALE_LOG_LEVEL', 'ERROR').upper(),

@resmo resmo Aug 25, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to INFO as default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant