Giter Club home page Giter Club logo

cortex-cli's People

Contributors

freetonik avatar hay-k avatar jkotilahti avatar kukushechkin avatar leonwubben avatar olliahonen avatar ollityrkko avatar q-mat-beu avatar rbrazinskas avatar smite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jmuff22

cortex-cli's Issues

Token Manager logfile location on shared machine

The function

def daemonize_token_manager(cycle: int, config: ConfigFile, logfile: str = '/tmp/token_manager.log') -> None:
    """Start a daemon process.
    Args:
        cycle: refresh cycle in seconds
        config: Cortex CLI configuration
        logfile: path to file for writing errors
    """
    with open(logfile, 'w', encoding='UTF-8') as output:
        with daemon.DaemonContext(stdout=output, stderr=output):
            start_token_manager(cycle, config)

in cortex-cli/src/cortex_cli/token_manager.py creates a file under /tmp for logging errors for the user running cortex-cli. This prevents other users on a shared machine from running their own token manager as it is owned by the first user.

I suggest creating the token_manger.log either in a user specific directory e.g $HOME or post-fixing a random string to the token_manager.log e.g /tmp/token_managerXY6Z.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.