Skip to content

Logging via format string no longer works, advice please #72

Description

@toddb

@Download in version one, I could write a positional string formatter.

log.debug('setting return-url: %s', uri);

Now, it seems the default is to use template strings (presumably kurly);

log.debug(`setting return-url: ${uri}`);

With my old format, I now get

image

I can't quite grok how to swap back to the original format. Is is possible?

Cheers

ps I have been sitting on this change for quite a while and only now trying to address it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions