Jump to content

External logs


Recommended Posts

Posted (edited)

Can I access the logs for my script externally from the client?

 

What you can do is run OSBot in debug mode from the command line, and redirect all output to a file.

 

Open up CMD / terminal and type:

java -jar "C:\Users\Username\Downloads\OSBot 2.4.59.jar" -debug >> test.txt

With the correct file path to your OSBot.jar

 

This will output all log statements to the file test.txt

Edited by Explv
  • Like 3
Posted

What you can do is run OSBot in debug mode from the command line, and redirect all output to a file.

 

Open up CMD / terminal and type:

java -jar "C:\Users\Username\Downloads\OSBot 2.4.59.jar" -debug >> test.txt

With the correct file path to your OSBot.jar

 

This will output all log statements to the file test.txt

 

Cheers lad, basically what I wanted :-)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...