Skip to content

Add leading zero to log file date/time#1925

Merged
mcm001 merged 3 commits intoPhotonVision:mainfrom
mcm001:log-naming
Apr 22, 2025
Merged

Add leading zero to log file date/time#1925
mcm001 merged 3 commits intoPhotonVision:mainfrom
mcm001:log-naming

Conversation

@mcm001
Copy link
Contributor

@mcm001 mcm001 commented Apr 20, 2025

Description

WAS: Logs did not have a leading zero, meaning that alphabetical and temporal sort were not the same

IS: Logs now have leading zeros added. This means that alphabetical sort works properly.

Meta

Merge checklist:

  • Pull Request title is short, imperative summary of proposed changes
  • The description documents the what and why
  • If this PR changes behavior or adds a feature, user documentation is updated
  • If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly
  • If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1
  • If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated
  • If this PR addresses a bug, a regression test for it is added

@mcm001 mcm001 requested a review from a team as a code owner April 20, 2025 00:14
crschardt
crschardt previously approved these changes Apr 20, 2025
Copy link
Contributor

@crschardt crschardt left a comment

Choose a reason for hiding this comment

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

LGTM

@mcm001 mcm001 enabled auto-merge (squash) April 20, 2025 00:23
@crschardt crschardt mentioned this pull request Apr 20, 2025
7 tasks
@mcm001
Copy link
Contributor Author

mcm001 commented Apr 20, 2025

Merge conflicts fixed :)

crschardt
crschardt previously approved these changes Apr 20, 2025
Copy link
Contributor

@crschardt crschardt left a comment

Choose a reason for hiding this comment

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

LGTM

@mcm001 mcm001 disabled auto-merge April 20, 2025 16:03
@crschardt
Copy link
Contributor

I'm not seeing any changes with the new commits.

@mcm001
Copy link
Contributor Author

mcm001 commented Apr 20, 2025

I only rebased onto upstream/main, which changed the SHAs

@mcm001 mcm001 enabled auto-merge (squash) April 20, 2025 20:41
@mcm001 mcm001 disabled auto-merge April 22, 2025 14:52
@mcm001 mcm001 merged commit 0c9502d into PhotonVision:main Apr 22, 2025
64 of 65 checks passed
@mcm001 mcm001 deleted the log-naming branch April 22, 2025 14:53
samfreund pushed a commit to samfreund/photonvision that referenced this pull request Jun 28, 2025
## Description

WAS: Logs did not have a leading zero, meaning that alphabetical and
temporal sort were not the same

IS: Logs now have leading zeros added. This means that alphabetical sort
works properly.

## Meta

Merge checklist:
- [x] Pull Request title is [short, imperative
summary](https://cbea.ms/git-commit/) of proposed changes
- [x] The description documents the _what_ and _why_
- [ ] If this PR changes behavior or adds a feature, user documentation
is updated
- [ ] If this PR touches photon-serde, all messages have been
regenerated and hashes have not changed unexpectedly
- [ ] If this PR touches configuration, this is backwards compatible
with settings back to v2024.3.1
- [ ] If this PR touches pipeline settings or anything related to data
exchange, the frontend typing is updated
- [ ] If this PR addresses a bug, a regression test for it is added

---------

Co-authored-by: Craig Schardt <crschardt@fastem.com>
@Gold856 Gold856 added the backend Things relating to photon-core and photon-server label Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Things relating to photon-core and photon-server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants