Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
flixOpt
/
flixopt
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
23
Code
Issues
40
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: Route solver output through Python logging
- #606
#606
Merged
FBumann
merged 14 commits into
main
flixOpt/flixopt:main
from
feature/log_fn
flixOpt/flixopt:feature/log_fn
Copy head branch name to clipboard
Feb 12, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat: Route solver output through Python logging
#606
FBumann
merged 14 commits into
main
flixOpt/flixopt:main
from
feature/log_fn
flixOpt/flixopt:feature/log_fn
Copy head branch name to clipboard
Commits
Commits on Feb 11, 2026
Capture the solver log in an extra sub logger, which propagates by default to the regular logger.
FBumann
committed
7f80297
View commit details
Copy full SHA for 7f80297
Browse repository at this point
What's implemented
Show description for 5832cef
FBumann
committed
5832cef
View commit details
Copy full SHA for 5832cef
Browse repository at this point
Improve setting log to console False
FBumann
committed
eb643fe
View commit details
Copy full SHA for eb643fe
Browse repository at this point
Dont mutate when capturing, instead do depending on config.py
FBumann
committed
ac00afd
View commit details
Copy full SHA for ac00afd
Browse repository at this point
Update CHANGELOG.md
FBumann
committed
00b10be
View commit details
Copy full SHA for 00b10be
Browse repository at this point
Revert test changes
FBumann
committed
624a06e
View commit details
Copy full SHA for 624a06e
Browse repository at this point
Updated the docstring for capture_solver_log in config.py to:
Show description for b514c22
FBumann
committed
b514c22
View commit details
Copy full SHA for b514c22
Browse repository at this point
Added a truncation at line 1553 — when the user provides a log_fn that already exists, it's emptied before the tail thread starts. The cleanup=True (temp file) path is
Show description for b417157
FBumann
committed
b417157
View commit details
Copy full SHA for b417157
Browse repository at this point
Imrpove defaults in configs
FBumann
committed
01c38a2
View commit details
Copy full SHA for 01c38a2
Browse repository at this point
- New log_fn parameter (pathlib.Path | str | None, default None) — lets users persist the solver log to a specific file
FBumann
committed
c11ff7c
View commit details
Copy full SHA for c11ff7c
Browse repository at this point
Fix test
FBumann
committed
81068ba
View commit details
Copy full SHA for 81068ba
Browse repository at this point
Improve docs
FBumann
committed
1f083e4
View commit details
Copy full SHA for 1f083e4
Browse repository at this point
Add progress parameter to solve/optimize for linopy pass through
FBumann
committed
10538f4
View commit details
Copy full SHA for 10538f4
Browse repository at this point
Add progress and make CONFIG.Solving.log_to_console purely about the solver log itself
FBumann
committed
580ea90
View commit details
Copy full SHA for 580ea90
Browse repository at this point
You can’t perform that action at this time.