-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable console output #84
Comments
The Java-logging will be less verbose in the next release, scheduled before the end of the summer. For the GAMS-output, that will be more tricky... |
There is probably something doable via the GAMS CLI. If so, we could check
the log level and do something intelligent accordingly..
…On Fri, Aug 31, 2018, 7:50 AM Daniel Huppmann ***@***.***> wrote:
The Java-logging will be less verbose in the next release, scheduled
before the end of the summer. For the GAMS-output, that will be more
tricky...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#84 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABVAEUQEpcgFsi6C5bxJw30rENV96-sIks5uWM6LgaJpZM4WTiWz>
.
|
Is there a planned release date yet? |
Hi Thomas - we're shooting for the end of the month.
…On Fri, Sep 21, 2018 at 9:50 AM Thomas Zipperle ***@***.***> wrote:
The Java-logging will be less verbose in the next release, scheduled
before the end of the summer. For the GAMS-output, that will be more
tricky...
Is there a planned release date yet?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#84 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABVAEczwvkFnGWOGdJQO0vNL1TfoF4xuks5udJpcgaJpZM4WTiWz>
.
|
Thanks @gidden for the information. What is the best way to test the new renewable implementation until the release?
Do I have to change also something at the ixmp installation? |
You will need the latest ixmp |
Ah, also if you want to test out disabling console output, you will need #88 |
which you can do with |
Thanks, I will try it... |
Installation workflow:
install ixmp
install message_ix
Error:
I also had to remove my local database due to migration issues. |
yes, #88 brings in a extended MESSAGE-scheme (v1.1) - you'll need the branch from iiasa/message_ix#113 to be in sync between MESSAGEix and ixmp. Can you send me a screenshot of the flyway migration issues with your local database? |
@danielhuppmann I guess we will see this when we rerun CI? |
with this config MESSAGEix an ixmp now works for me, but the migration issue is also there:
|
The problem with the checksum mismatch is due to different line endings (LF vs. CRLF) - before, that was local-system-dependent, but it will be consistent going forward. Otherwise, it would not be possible to hand over hsqldb files between Windows and Linux. Two options for now: if you have nothing important in your local db, delete and start fresh. Otherwise, open the HSQLDB with your favourite sql dev tool and update the |
I have tried the logger option. However, the name
|
Hi,
is there a easy opition to disable all output from the console?
for e.g.
... DEBUG at.ac.iiasa.ixmp.database.DbDAO:1695 ...
--- Job MESSAGE_run.gms ...
The text was updated successfully, but these errors were encountered: