Commit 303a0e1
authored
The current ROS logging is buffered. I.e. `openmower logs` show logs as
buffered blocks but not in real-time as they occur.
This PR changes the buffering to only 1 line so that log entries get
shown when they occur.
I tested with OMOSv2, but did not tested with OMOSv1.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Improved container startup logging configuration to ensure real-time
visibility of application output.
* Optimized environment setup with streamlined version information
sourcing and unbuffered I/O settings.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a610dd2 commit 303a0e1
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
0 commit comments