We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Usually if we run the miner on a host server, it uses the server timezone for logs which is confusing.
Add something like setTimezone='Location' option in run.py which use tz database time zones
setTimezone='Location'
run.py
No response
The text was updated successfully, but these errors were encountered:
Reference: https://stackoverflow.com/questions/32402502/how-to-change-the-time-zone-in-python-logging
Sorry, something went wrong.
Done.
@21mtd Added a new LoggerSettings option.
Example: time_zone="America/Denver"
time_zone="America/Denver"
Sets a specific time zone for console and file loggers. Use tz database names. Example: "America/Denver".
⚠ First of all, install and upgrade requirements: pip install -U -r requirements.txt
pip install -U -r requirements.txt
rdavydov
No branches or pull requests
Is your feature request related to a problem?
Usually if we run the miner on a host server, it uses the server timezone for logs which is confusing.
Proposed solution
Add something like
setTimezone='Location'
option inrun.py
which use tz database time zonesAlternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: