Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display progress bar during simulation run #370

Open
quffaro opened this issue Jan 30, 2025 · 1 comment
Open

Display progress bar during simulation run #370

quffaro opened this issue Jan 30, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request external Work on interfacing with other tools frontend TypeScript frontend and Rust-wasm integrations ui/ux User interface and user experience

Comments

@quffaro
Copy link
Collaborator

quffaro commented Jan 30, 2025

Currently, we cannot see the progress of a simulation in AlgebraicJuliaService, while this likely possible with TerminalLoggers.jl

I'd like to use this logging capability to report the progress of a simulation and present it on the frontend.

@quffaro quffaro added enhancement New feature or request external Work on interfacing with other tools frontend TypeScript frontend and Rust-wasm integrations ui/ux User interface and user experience labels Jan 30, 2025
@quffaro quffaro self-assigned this Jan 30, 2025
@lukem12345
Copy link

I’ve used this for certain long running simulations that I wanted reported to a file. It will capture other progress information as well. Look into LoggingExtras.jl

using LoggingExtras
using Logging: global_logger

logger = FileLogger(joinpath(DATA_DR, "vort.log"); append=true)
global_logger(logger)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request external Work on interfacing with other tools frontend TypeScript frontend and Rust-wasm integrations ui/ux User interface and user experience
Projects
None yet
Development

No branches or pull requests

2 participants