question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] With version 1.1.0 tag appears as suffix instead of prefix (on iOS)

See original GitHub issue

With Kermit 1.0.0:

Logger.withTag("my tag")
logger.d { "some loging" }

output: (my tag) some loging

With Kermit 1.1.0:

Logger.withTag("my tag")
logger.d { "some loging" }

output: (some loging) my tag

Is it a bug or a configuration?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
kpgalligancommented, Apr 19, 2022

Yeah. Totally my fault on a os log refactor. Adding a test. I’m pretty surprised that got past visual review considering how much tweaking went into the log write, but there was no test catching that. Will be out soon. You do a workaround making your own subclass of OSLogWriter.

1reaction
kpgalligancommented, Apr 17, 2022

Hmm. Code looks normal but I’ll try it out. Working on Kermit a bit today anyway

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support version tags with custom prefix or suffix #5780 - GitHub
I would like a way to specify in Package.swift that my tags are prefixed with releases/swift/v . Actual behavior. It appears that when...
Read more >
ios - What is the purpose of the $VERSION_INFO_SUFFIX in ...
I tried updating this value in an iOS application and printing the version number values from the plist, but didn't see my suffix...
Read more >
why apple reject my app despite its version is valid
I have an app in TestFlight and i want to upload new version of my app. version of my app is 2.0.1 and...
Read more >
Releasing CodePush updates using the App Center CLI
By specifying a --plist-file-prefix , the CLI will look for a file named <prefix>-Info. plist , instead of Info. plist (which is the...
Read more >
Managing releases using Git tags and semantic versioning
Speaker: Mike Miles From module development to site building releasing code into a production environment is a process teams want to make ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found