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.

mup logs with custom mup.js file name

See original GitHub issue

Hello,

I’d tried running mup logs -f --tail=50 with custom mup.js file name (mup-staging.js) and it seems that it didn’t find the mup-staging.js file. I’d also tried running mup logs -f --tail=50 --config=mup-staging.js but it doesn’t seems to be working.

Here’s the error:

$ mup logs -f --tail=50 --config=mup-staging.js
[xxx.xxx.xxx.xxx]flag provided but not defined: --tail
[xxx.xxx.xxx.xxx]See 'docker --help'.

Is there any right command to do this?

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
zoderncommented, Feb 6, 2017

I have done some more testing, and it should work with --tail=50. Both errors have the same cause.

0reactions
ilan-schemoulcommented, Feb 6, 2017

@zodern when there’s a problem with mup it logs at the end To see more logs type 'mup logs --tail=50' I think it explain why some try “mup logs -f --tail=50”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation
This will create two files in your Meteor Up project directory: mup.js - Meteor Up configuration file; settings.json - Settings for Meteor's settings...
Read more >
mup
This will create two files in your Meteor Up project directory: mup.js - Meteor Up configuration file; settings.json - Settings for Meteor's ...
Read more >
Deploying with Meteor Up (MUP)
This method is called Meteor Up (MUP). Using a fairly simple configuration file, MUP vastly simplifies the server deployment process.
Read more >
Meteor-Up (mup) error after "mup init"
Configured file "mup.js" file for my app, ran "mup setup". Here is where I ran into an error. Upon running "mup setup", I...
Read more >
Setup a Digital Ocean server using Meteor Up
Note that there are several occurences of the string “CHANGEME”. This indicates the parts of the mup.js file that need to be configured...
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