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.

Changing logo instructions are not clear

See original GitHub issue

I cloned the repo, and changed the /src/main/resources/logo.svg file to something custom. However, after building a Docker image, and running it, I’m still getting the default Scoold logo. I also tried using para.logo_url = "/logo.svg" .conf file, but this results in no logo being displayed at all.

How should I change the logo?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
marcinjahncommented, Mar 31, 2021

Oh, so ‘/‘ path refers to the ‘resources’ directory in the code repo. Got it, thanks.

1reaction
albogdanocommented, Mar 31, 2021

That’s a feature in Scoold Pro - you can upload an image for the logo. But in your case, changing "/logo.svg" to "/images/logo.svg" should do the trick.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Logo - Quick Guide - Tutorialspoint
Click a line in the history to make it jump to the respective command line, then we can make changes (if required). Once...
Read more >
Logo Tutorial - Brown CS
The simple Logo drawing commands move the turtle forward and backward and turn it right or left. The commands and their abbreviations are...
Read more >
Set Pen Size and Pen Color using menu and commands
Pen color and Pen size in logo can be changes in two ways, one by set option of menu and two by logo...
Read more >
UT Dallas LOGO Workshop
Basic Logo Commands: ... Sets position of turtle to new values of X and Y ... Use cs command to clear the screen...
Read more >
BERKELEY LOGO 6.2
However, if a Logo instruction includes an unquoted word that is not the name of a procedure, Logo could look for a variable...
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